12 lines
386 B
XML
12 lines
386 B
XML
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|||
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|||
|
|
<item>
|
|||
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|||
|
|
android:shape="rectangle">
|
|||
|
|
<gradient
|
|||
|
|
android:startColor="#111111"
|
|||
|
|
android:endColor="#111111"
|
|||
|
|
android:angle="-90"/>
|
|||
|
|
</shape>
|
|||
|
|
</item>
|
|||
|
|
</layer-list>
|