diff options
author | LuK1337 <priv.luk@gmail.com> | 2015-09-19 17:06:42 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-11-23 11:46:40 -0800 |
commit | 178f5e7f72455bbc70b0e67b0b48888d9e058fce (patch) | |
tree | 673774642cc1c4093d4258f356992fae5a9bcc47 /res | |
parent | a3d6b093e78840b7a60295c6d5b9bdc75f9f3833 (diff) | |
download | packages_apps_Settings-178f5e7f72455bbc70b0e67b0b48888d9e058fce.zip packages_apps_Settings-178f5e7f72455bbc70b0e67b0b48888d9e058fce.tar.gz packages_apps_Settings-178f5e7f72455bbc70b0e67b0b48888d9e058fce.tar.bz2 |
Use Theme.SettingsBase for notification log
Change-Id: I9241eb308926048ab4b59c63a4aa3d8c7f3a3209
Diffstat (limited to 'res')
-rw-r--r-- | res/values/colors.xml | 3 | ||||
-rw-r--r-- | res/values/themes.xml | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index f3fea10..4774ab9 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -102,4 +102,7 @@ <!-- Accent color that matches the settings launcher icon --> <color name="icon_accent">#ffabffec</color> + <!-- Color used by notification log view --> + <color name="theme_primary_dark">#21272b</color> + </resources> diff --git a/res/values/themes.xml b/res/values/themes.xml index b1bf390..9759468 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -188,11 +188,7 @@ <item name="android:actionBarStyle">@style/Theme.ActionBar</item> </style> - <style name="Theme.NotificationStation" parent="@android:style/Theme.Material"> - <!-- Redefine the ActionBar style for contentInsetStart --> - <item name="android:actionBarStyle">@style/Theme.ActionBar.SubSettings</item> - <item name="@*android:actionBarSize">@dimen/actionbar_size</item> - + <style name="Theme.NotificationStation" parent="Theme.SettingsBase"> <item name="preferenceBackgroundColor">@android:color/transparent</item> </style> |