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="#f0f0f0" />
|
|
</shape>
|
|
</item>
|
|
</layer-list> |