summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-08-20 23:52:43 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-20 23:52:43 +0000
commite9ce3a439b3505b49da12a7360e7466d0b9b03a9 (patch)
tree4e5a92ec81701cba14bfa4037a03db33c3fbd1ed /res
parent8540c9f853366a99ec1b5507bef33f315d5f098a (diff)
parente7005cbfeb69825c8fa3db81f30122b046d04cbf (diff)
am e7005cbf: Merge "Make the settings accent color blue instead of green." into lmp-dev
* commit 'e7005cbfeb69825c8fa3db81f30122b046d04cbf': Make the settings accent color blue instead of green.
Diffstat (limited to 'res')
-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>