summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBryan Owens <djbryan3540@gmail.com>2015-11-12 08:23:20 -0600
committerRohit Yengisetty <rohit@cyngn.com>2015-11-18 14:44:19 -0800
commit894da44c0dda437ab2f4c7f9450b5efcefaf862f (patch)
tree8fa1cd34c50b337aa9c0a554408219206c396006 /res/values
parent6442be47b8989dc1f59178bbc97ad993eda96443 (diff)
downloadandroid_packages_apps_PhoneCommon-894da44c0dda437ab2f4c7f9450b5efcefaf862f.tar.gz
android_packages_apps_PhoneCommon-894da44c0dda437ab2f4c7f9450b5efcefaf862f.tar.bz2
android_packages_apps_PhoneCommon-894da44c0dda437ab2f4c7f9450b5efcefaf862f.zip
Expose layout colors for themes
Change-Id: I71e059e81644b2fb8abb44626a43e469c73a6522 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 27226b7..06ee32e 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -1,5 +1,5 @@
<!--
- ~ Copyright (C) 2012 The Android Open Source Project
+ ~ Copyright (C) 2015 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
<color name="dialpad_primary_text_color">@color/dialer_theme_color</color>
<color name="dialpad_secondary_text_color">#737373</color>
<color name="dialpad_digits_text_color">#333</color>
- <color name="dialpad_separator_line_color">#dadada</color>
+ <color name="dialpad_separator_line_color">#e3e3e3</color>
<color name="dialpad_icon_tint">#b3b3b3</color>
<color name="dialpad_voicemail_tint">#919191</color>
</resources>