apps-android-commons/app/src/main/res/drawable/media_info_shadow.xml
2016-07-02 16:48:57 +09:00

10 lines
No EOL
275 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#00000000"
android:endColor="#ff000000"
android:angle="270"
>
</gradient>
</shape>