7 lines
214 B
XML
7 lines
214 B
XML
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
<item>
|
||
|
<shape android:shape="rectangle">
|
||
|
<solid android:color="#e2f8ff" />
|
||
|
</shape>
|
||
|
</item>
|
||
|
</layer-list>
|