Index: mobile/android/base/resources/values/themes.xml |
=================================================================== |
--- a/mobile/android/base/resources/values/themes.xml |
+++ b/mobile/android/base/resources/values/themes.xml |
@@ -114,17 +114,18 @@ |
<!-- Make an activity appear like an overlay. --> |
<style name="OverlayActivity" parent="Gecko"> |
<item name="android:windowBackground">@android:color/transparent</item> |
<item name="android:windowNoTitle">true</item> |
<item name="android:windowIsTranslucent">true</item> |
<item name="android:backgroundDimEnabled">true</item> |
+ <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 --> |
<!-- Set the app's title bar color in the recent app switcher. |
Note: We'd prefer not to show up in the recent app switcher (bug 1137928). --> |
- <item name="android:colorPrimary">@color/text_and_tabs_tray_grey</item> |
+ <item name="android:colorPrimary">@color/abb_background_light_grey</item> |
<!-- We display the overlay on top of other Activities so show their status bar. --> |
<item name="android:statusBarColor">@android:color/transparent</item> |
</style> |
</resources> |