2014-03-13 20:37:27 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-09-11 14:22:33 +00:00
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle" >
|
|
|
|
|
2014-03-13 20:37:27 +00:00
|
|
|
<solid android:color="#ffdddddd" />
|
2014-09-11 14:22:33 +00:00
|
|
|
|
2014-03-13 20:37:27 +00:00
|
|
|
</shape>
|