Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fef49f5b authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Clip media player to its bounds

Fixes: 224873875
Test: perfetto da house down!
Change-Id: I50601648cdc231cd5a5835afcd62eaa27e1eceb2
parent 44df60c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
    android:id="@+id/qs_media_controls"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:clipChildren="false"
    android:clipToPadding="false"
    android:clipChildren="true"
    android:clipToPadding="true"
    android:gravity="center_horizontal|fill_vertical"
    android:forceHasOverlappingRendering="false"
    android:background="@drawable/qs_media_background"