summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-16 00:06:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-15 16:05:07 +0000
commita5b475bbc4a0a41c3d0d8fc31b955e1fd96b1c9f (patch)
treeadeffa3f76467b51a8ec3040327245910e14c2b8 /res/values/styles.xml
parent9072432dbf1d46aaeed2c02f48af925b393457bb (diff)
parentaf6f195af0bb200d1bb06ad11dac476e8dff0073 (diff)
Merge "Make ContactPreferences use SharedPreferences instead of System settings (5/5)" into lmp-dev
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 19f897e8b..5df218b16 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -151,4 +151,13 @@
<item name="android:paddingLeft">@dimen/dismiss_button_padding_start</item>
<item name="android:paddingRight">@dimen/dismiss_button_padding_end</item>
</style>
+
+ <!-- Style applied to the "Settings" screen. Keep in sync with SettingsLight in Telephony. -->
+ <style name="SettingsStyle" parent="DialtactsThemeWithoutActionBarOverlay">
+ <!-- Setting text. -->
+ <item name="android:textColorSecondary">@color/setting_primary_color</item>
+ <!-- Setting description. -->
+ <item name="android:textColorTertiary">@color/setting_secondary_color</item>
+ <item name="android:windowBackground">@color/setting_background_color</item>
+ </style>
</resources>