aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/message_border.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-07-08 11:41:19 +0200
committeriNPUTmice <daniel@gultsch.de>2014-07-08 11:41:19 +0200
commit3ac70d4b868df47d14aedc104d1691b8597c5e1f (patch)
treef6333cd8fc90b36c25de01a5909349b1ef1db25e /res/drawable/message_border.xml
parent37a8b87235f8c85a851976f5995c8c8c00c83fa5 (diff)
uniformed colors. made colors a little material
Diffstat (limited to 'res/drawable/message_border.xml')
-rw-r--r--res/drawable/message_border.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/message_border.xml b/res/drawable/message_border.xml
index 1477fbe8..4a581e7d 100644
--- a/res/drawable/message_border.xml
+++ b/res/drawable/message_border.xml
@@ -2,5 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<corners android:radius="2dp"/>
<padding android:left="1.5dp" android:right="1.5dp" android:top="1.5dp" android:bottom="1.5dp"/>
- <solid android:color="#cecece"/>
+ <solid android:color="@color/divider"/>
</shape> \ No newline at end of file