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

9 lines
347 B
XML
Raw Normal View History

2018-07-27 18:37:33 +05:30
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
2018-07-27 18:37:33 +05:30
<gradient
android:angle="90"
android:centerColor="@color/twenty_percent_black_overlay"
android:endColor="@android:color/transparent"
android:startColor="#80000000" />
2018-07-27 18:37:33 +05:30
</shape>