-Removed system ui on main player for Kitkat or above.

-[#1151] Hide video player UI on playing to avoid unnecessary interruptions after pause, seek and resize.
This commit is contained in:
John Zhen Mo 2018-03-03 20:58:53 -08:00
parent 59558efed1
commit 7f068b691b
5 changed files with 99 additions and 63 deletions

View file

@ -134,6 +134,7 @@
tools:visibility="visible">
<RelativeLayout
android:id="@+id/playbackWindowRoot"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">