Fix video player UI bug

This commit is contained in:
Matéo Duparc 2022-01-20 12:59:05 +01:00
parent 87cd88232e
commit 3007bf756c
Signed by: hardcoresushi
GPG Key ID: 007F84120107191E
1 changed files with 3 additions and 4 deletions

View File

@ -8,13 +8,12 @@
android:background="@color/fullScreenBackgroundColor">
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center">
android:layout_width="match_parent"
android:layout_height="match_parent">
<sushi.hardcore.droidfs.widgets.DoubleTapPlayerView
android:id="@+id/video_player"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:show_shuffle_button="true"
app:repeat_toggle_modes="all|one" />