Fix video player controls

This commit is contained in:
Matéo Duparc 2022-03-26 19:43:31 +01:00
parent 4608a7a165
commit e32e106ce3
Signed by: hardcoresushi
GPG Key ID: AFE384344A45E13A
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@
android:layout_gravity="center"
android:background="@android:color/transparent"
android:gravity="center"
android:padding="@dimen/exo_styled_controls_padding"
android:clipToPadding="false">
<ImageButton android:id="@id/exo_prev"

View File

@ -44,7 +44,6 @@
<FrameLayout android:id="@id/exo_bottom_bar"
android:layout_width="match_parent"
android:layout_height="@dimen/exo_styled_bottom_bar_height"
android:layout_marginTop="@dimen/exo_styled_bottom_bar_margin_top"
android:background="@color/exo_bottom_bar_background"
android:layoutDirection="ltr">