forked from hardcoresushi/DroidFS
Fix video player UI bug
This commit is contained in:
parent
87cd88232e
commit
3007bf756c
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user