summaryrefslogtreecommitdiffstats
path: root/res/values/themes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/themes.xml')
-rw-r--r--res/values/themes.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 848cd78a..1f064bda 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -23,11 +23,6 @@
<item name="preferenceCategoryTitleTextAppearance">@style/TextAppearance.CategoryTitle</item>
</style>
- <style name="Settings.NoActionBar" parent="Settings">
- <item name="android:windowActionBar">false</item>
- <item name="android:windowNoTitle">true</item>
- </style>
-
<style name="TextAppearance.CategoryTitle"
parent="@android:style/TextAppearance.DeviceDefault.Medium">
<item name="android:textAllCaps">true</item>
@@ -84,7 +79,7 @@
parent="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar">
</style>
- <style name="CarSettings" parent="Settings.NoActionBar">
+ <style name="CarSettings" parent="@android:style/Theme.DeviceDefault.NoActionBar">
<item name="preferenceTheme">@style/CarPreferenceTheme</item>
<item name="carDividerColor">@*android:color/car_list_divider</item>
</style>