1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-06 20:04:25 +00:00
NewPipe/app/src/main/res/drawable/player_top_controls_bg.xml
John Zhen Mo a275d7ff50 -Rollbacks the original main player UI to display nav and status bar on click.
-Changed system UI color to translucent on Lollipop and above.
2018-04-11 20:27:39 -07:00

7 lines
251 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="-90"
android:endColor="#00000000"
android:startColor="@color/video_overlay_color"/>
</shape>