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