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

10 lines
No EOL
259 B
XML

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