2014-07-10 00:13:30 +02: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" >
|
|
|
|
|
|
|
|
<solid android:color="@color/darkbackground" />
|
|
|
|
|
|
|
|
<corners android:radius="8dip" />
|
|
|
|
|
|
|
|
<padding
|
|
|
|
android:bottom="0dip"
|
|
|
|
android:left="0dip"
|
|
|
|
android:right="0dip"
|
|
|
|
android:top="0dip" />
|
|
|
|
|
2014-07-10 00:13:30 +02:00
|
|
|
</shape>
|