diff options
Diffstat (limited to 'res/values')
-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> |