diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-10-13 17:52:38 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-10-13 17:52:38 +0200 |
commit | e11d316f137cbd960c63e23603fffd02c83d0998 (patch) | |
tree | 8d2196a56bdad4053136a54d8cb5a30f551699a1 /res | |
parent | d61e4cce1075e3561406be96b402def5f90dcd58 (diff) |
changed card boarder a bit
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable/infocard_border.xml | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/res/drawable/infocard_border.xml b/res/drawable/infocard_border.xml index 9a4970c8..7c7ded57 100644 --- a/res/drawable/infocard_border.xml +++ b/res/drawable/infocard_border.xml @@ -1,6 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> -<shape xmlns:android="http://schemas.android.com/apk/res/android"> - <solid android:color="@color/primarybackground"/> - <corners android:radius="6dip"/> - <padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" /> +<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" /> + </shape>
\ No newline at end of file |