aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/infocard_border.xml
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2015-08-11 13:37:19 +0200
committersteckbrief <steckbrief@chefmail.de>2015-08-11 13:37:19 +0200
commiteac4bf7d902dc2579983daa29bcb74ca14790de6 (patch)
tree1139702220deb293c2f68d712280ff81e5b23f7c /src/main/res/drawable/infocard_border.xml
parent92864c6696cf776de356f5e9bbe403a691c8746d (diff)
parent4a051b65d1ee004aeea3bcb0a20d0bde1d2200ae (diff)
Merged 1.5.2 into trz/master with conflicts resolved
Diffstat (limited to 'src/main/res/drawable/infocard_border.xml')
-rw-r--r--src/main/res/drawable/infocard_border.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/drawable/infocard_border.xml b/src/main/res/drawable/infocard_border.xml
index 7c7ded57..e01e1442 100644
--- a/src/main/res/drawable/infocard_border.xml
+++ b/src/main/res/drawable/infocard_border.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
- <solid android:color="@color/primarybackground" />
+ <solid android:color="@color/grey50" />
<corners android:radius="2dp" />
<stroke
android:width="0.5dp"
- android:color="@color/divider" >
+ android:color="@color/black12" >
</stroke>
<padding