Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/values/themes.xml

Issue 29348083: Issue 3769 - UI colours gone bad (Closed)
Patch Set: Adjusting comments which indicates what has being changed by this issue in upstream code Created Oct. 25, 2016, 12:16 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mobile/android/base/resources/values/styles.xml ('k') | mobile/android/base/tabs/TabStrip.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « mobile/android/base/resources/values/styles.xml ('k') | mobile/android/base/tabs/TabStrip.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld