2015-01-30 13:58:42 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<solid
|
2015-02-05 13:56:46 +01:00
|
|
|
android:color="#cccccc" />
|
2015-01-30 13:58:42 +01:00
|
|
|
<corners
|
|
|
|
android:radius="3dp" />
|
|
|
|
</shape>
|