diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-10-13 12:36:56 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-10-13 12:36:56 +0200 |
commit | c423da46b20fd723d37fcc17722ecbeb64050c80 (patch) | |
tree | 8d8c31e5675f09547bb56dbced44235090730e7b /res/drawable | |
parent | 2ec021a42629120e8b4f1ae5a95027ec414b2b5c (diff) |
added missing border
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/infocard_border.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/drawable/infocard_border.xml b/res/drawable/infocard_border.xml new file mode 100644 index 00000000..9a4970c8 --- /dev/null +++ b/res/drawable/infocard_border.xml @@ -0,0 +1,6 @@ +<?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>
\ No newline at end of file |