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