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

8 lines
302 B
XML
Raw Normal View History

2018-07-27 18:37:33 +05:30
<?xml version="1.0" encoding="utf-8"?>
2020-02-02 18:14:16 +05:30
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="90"
android:endColor="@android:color/transparent"
2020-05-10 01:20:49 +05:30
android:centerColor="#80000000"
2020-02-02 18:14:16 +05:30
android:startColor="@color/md_black_1000" />
2018-07-27 18:37:33 +05:30
</shape>