2014-10-13 12:36:56 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-10-13 17:52:38 +02:00
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<solid android:color="@color/primarybackground" />
|
|
|
|
|
|
|
|
<corners android:radius="2dp" />
|
|
|
|
|
|
|
|
<stroke
|
|
|
|
android:width="0.5dp"
|
|
|
|
android:color="@color/divider" >
|
|
|
|
</stroke>
|
|
|
|
|
|
|
|
<padding
|
|
|
|
android:bottom="0dp"
|
|
|
|
android:left="0dp"
|
|
|
|
android:right="0dp"
|
|
|
|
android:top="0dp" />
|
|
|
|
|
2014-10-13 12:36:56 +02:00
|
|
|
</shape>
|