Blame view
app/src/main/res/drawable/border_shadow.xml
534 Bytes
7f095a929
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item> <shape> <corners android:radius="5dp" /> <gradient android:angle="270" android:startColor="#33000000" android:centerColor="#11000000" android:endColor="#11000000" android:centerY="0.2" android:type="linear" /> </shape> </item> </layer-list> |