-Rollbacks the original main player UI to display nav and status bar on click.

-Changed system UI color to translucent on Lollipop and above.
This commit is contained in:
John Zhen Mo 2018-04-07 16:40:38 -07:00
parent 74199c8624
commit a275d7ff50
5 changed files with 16 additions and 31 deletions

View file

@ -3,5 +3,5 @@
<gradient
android:angle="90"
android:endColor="#00000000"
android:startColor="#8c000000"/>
android:startColor="@color/video_overlay_color"/>
</shape>

View file

@ -3,5 +3,5 @@
<gradient
android:angle="-90"
android:endColor="#00000000"
android:startColor="#8c000000"/>
android:startColor="@color/video_overlay_color"/>
</shape>