diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-08 11:41:19 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-08 11:41:19 +0200 |
commit | 3ac70d4b868df47d14aedc104d1691b8597c5e1f (patch) | |
tree | f6333cd8fc90b36c25de01a5909349b1ef1db25e /res/drawable/message_border.xml | |
parent | 37a8b87235f8c85a851976f5995c8c8c00c83fa5 (diff) |
uniformed colors. made colors a little material
Diffstat (limited to '')
-rw-r--r-- | res/drawable/message_border.xml | 2 |
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 |