diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-07-13 12:55:13 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-07-13 12:55:13 +0200 |
commit | ffffca10f0c3e399fbbcde200ea4758acc5ba03f (patch) | |
tree | b8b30640715399b4fd1d99a2edf02ed839a5b4e6 /src/main/res/values/styles.xml | |
parent | 84bfe8c72132923bfb6ac6f6adb2c56d1d037172 (diff) |
renamed colors
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml index b329eee4..b98a37fc 100644 --- a/src/main/res/values/styles.xml +++ b/src/main/res/values/styles.xml @@ -2,7 +2,7 @@ <style name="Divider"> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">1.5dp</item> - <item name="android:background">@color/divider</item> + <item name="android:background">@color/black12</item> </style> <style name="Tag"> |