17 lines
No EOL
360 B
XML
17 lines
No EOL
360 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item>
|
|
<shape
|
|
android:dither="true"
|
|
android:shape="rectangle">
|
|
<gradient
|
|
android:angle="270"
|
|
android:endColor="#00000000"
|
|
android:startColor="#10000000" />
|
|
|
|
<size android:height="8dp" />
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list> |