Index: mobile/android/app/src/main/res/values/themes.xml |
=================================================================== |
--- a/mobile/android/app/src/main/res/values/themes.xml |
+++ b/mobile/android/app/src/main/res/values/themes.xml |
@@ -20,18 +20,17 @@ |
<item name="android:windowContentOverlay">@null</item> |
</style> |
<style name="GeckoTitleDialogBase" parent="@android:style/Theme.Dialog" /> |
<style name="Gecko.Preferences"> |
<item name="windowActionBar">true</item> |
<item name="windowNoTitle">false</item> |
- <!-- Changed theme. See https://issues.adblockplus.org/ticket/5495 --> |
- <item name="actionBarTheme">@style/ThemeOverlay.AppCompat.ActionBar</item> |
+ <item name="actionBarTheme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item> |
<item name="actionBarStyle">@style/PreferencesActionBar</item> |
</style> |
<!-- |
Application Theme. All customizations that are not specific |
to a particular API level can go here. |
--> |
<style name="Gecko" parent="GeckoBase"> |