25 lines
986 B
XML
25 lines
986 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">
|
|
<solid android:color="#ff000000" />
|
|
<size android:height="32.0dip" android:width="32.0dip" />
|
|
</shape>
|
|
</item>
|
|
<item android:left="1.0dip" android:top="1.0dip" android:right="1.0dip" android:bottom="1.0dip">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#ffcccccc" />
|
|
</shape>
|
|
</item>
|
|
<item android:left="2.0dip" android:top="2.0dip" android:right="2.0dip" android:bottom="2.0dip">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#ff000000" />
|
|
</shape>
|
|
</item>
|
|
<item android:left="3.0dip" android:top="3.0dip" android:right="3.0dip" android:bottom="3.0dip">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#ffcccccc" />
|
|
</shape>
|
|
</item>
|
|
</layer-list> |