summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2014-07-25 11:36:19 -0700
committercretin45 <cretin45@gmail.com>2014-07-25 11:36:19 -0700
commit813404e22fecf0538baf8721ca0f00095a309f92 (patch)
tree27bcad3bd5e1dcb11fc470ec4e59765095af33c2 /res/values
parent89691ffd0c507e014eb60b312ef830cb9a4c58e4 (diff)
downloadandroid_packages_apps_ContactsCommon-813404e22fecf0538baf8721ca0f00095a309f92.tar.gz
android_packages_apps_ContactsCommon-813404e22fecf0538baf8721ca0f00095a309f92.tar.bz2
android_packages_apps_ContactsCommon-813404e22fecf0538baf8721ca0f00095a309f92.zip
ContactsCommon: Add optional text highlight color
Change-Id: Ia2b7786ea32fc9cda029d90df7ba3f3ac4782fe4
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 1ceb51d9..929c711d 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -66,4 +66,6 @@
<color name="letter_tile_default_color">#cccccc</color>
<color name="letter_tile_font_color">#ffffff</color>
+
+ <color name="text_highlight_color">#3B77E7</color>
</resources>