2013-09-09 09:34:53 +00:00
|
|
|
<?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="#e0e0e0" />
|
|
|
|
<corners android:radius="2dp"/>
|
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:bottom="2dp">
|
|
|
|
<shape android:shape="rectangle" >
|
2013-09-09 09:40:46 +00:00
|
|
|
<solid android:color="#f5f5f5" />
|
2013-09-09 09:34:53 +00:00
|
|
|
<corners android:radius="2dp"/>
|
|
|
|
</shape>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
</layer-list>
|