summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-08-20 15:02:57 -0700
committerAndrew Lee <anwlee@google.com>2014-08-20 15:12:07 -0700
commita675194d1e500b4832f9bc2b03fee5bc4421c8b1 (patch)
treeb2cbe2db163f5c7d5a0b206dbd1e7e5f8dd712f6 /res/values
parent68aa63b48a33e461576e40a6dcd937fe846122e1 (diff)
Make the settings accent color blue instead of green.
Bug: 17139811 Bug: 16788935 Change-Id: I5a5eca581d5350ae2d877dfa13f22ed4919ac734
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index d0836a51f..3fb590a96 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -164,5 +164,7 @@
<!-- Setting description. -->
<item name="android:textColorTertiary">@color/setting_secondary_color</item>
<item name="android:windowBackground">@color/setting_background_color</item>
+ <item name="android:colorAccent">@color/dialtacts_theme_color</item>
+ <item name="android:textColorLink">@color/dialtacts_theme_color</item>
</style>
</resources>