PlayerAndroid/app/src/main/res/drawable/shadow_up_full_theme.xml

8 lines
302 B
XML
Raw Normal View History

2018-07-27 13:07:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-02-02 12:44:16 +00:00
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="90"
android:endColor="@android:color/transparent"
2020-05-09 19:50:49 +00:00
android:centerColor="#80000000"
2020-02-02 12:44:16 +00:00
android:startColor="@color/md_black_1000" />
2018-07-27 13:07:33 +00:00
</shape>