mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-17 15:24:55 +00:00
8 lines
252 B
XML
8 lines
252 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>
|