2013-12-20 19:25:49 +00:00
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item>
|
|
|
|
<shape android:shape="rectangle">
|
2014-10-24 13:43:45 +00:00
|
|
|
<solid android:color="#f0f0f0" />
|
2013-12-20 19:25:49 +00:00
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
</layer-list>
|