aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/infocard_border_dark.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-06-08 20:10:21 +0200
committerDaniel Gultsch <daniel@gultsch.de>2016-06-08 20:10:21 +0200
commit112a4d389eae89a29d7abfe71d26066a66cae3c2 (patch)
treed268d139d9de4dd24a29c19eabf3b7b9b6aea553 /src/main/res/drawable/infocard_border_dark.xml
parentb88128241eb7deb6599e946dc009fdc5dfd32974 (diff)
parent7932244c51e7c5e6e5775d282e91ec223fe2a9bf (diff)
Merge branch 'Wanztwurst-darkTheme' fixes #529
Diffstat (limited to 'src/main/res/drawable/infocard_border_dark.xml')
-rw-r--r--src/main/res/drawable/infocard_border_dark.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/main/res/drawable/infocard_border_dark.xml b/src/main/res/drawable/infocard_border_dark.xml
new file mode 100644
index 00000000..f5b5fed9
--- /dev/null
+++ b/src/main/res/drawable/infocard_border_dark.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <solid android:color="@color/grey800" />
+
+ <corners android:radius="2dp" />
+
+ <stroke
+ android:width="0.5dp"
+ android:color="@color/grey900" >
+ </stroke>
+
+ <padding
+ android:bottom="0dp"
+ android:left="0dp"
+ android:right="0dp"
+ android:top="0dp" />
+
+</shape> \ No newline at end of file