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

9 lines
305 B
XML
Raw Normal View History

2018-07-27 13:07:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
2018-09-23 10:04:43 +00:00
android:shape="rectangle">
2018-07-27 13:07:33 +00:00
<gradient
android:angle="270"
android:centerColor="#30000000"
android:endColor="#88000000"
2018-09-23 10:04:43 +00:00
android:startColor="#00000000" />
2018-07-27 13:07:33 +00:00
</shape>