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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 5
6 <resources> 6 <resources>
7 7
8 <!-- 8 <!--
9 Base application theme. This could be overridden by GeckoBaseTheme 9 Base application theme. This could be overridden by GeckoBaseTheme
10 in other res/values-XXX/themes.xml. 10 in other res/values-XXX/themes.xml.
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 <item name="floatingHintEditTextStyle">@style/FloatingHintEditText</item > 112 <item name="floatingHintEditTextStyle">@style/FloatingHintEditText</item >
113 </style> 113 </style>
114 114
115 <!-- Make an activity appear like an overlay. --> 115 <!-- Make an activity appear like an overlay. -->
116 <style name="OverlayActivity" parent="Gecko"> 116 <style name="OverlayActivity" parent="Gecko">
117 <item name="android:windowBackground">@android:color/transparent</item> 117 <item name="android:windowBackground">@android:color/transparent</item>
118 <item name="android:windowNoTitle">true</item> 118 <item name="android:windowNoTitle">true</item>
119 <item name="android:windowIsTranslucent">true</item> 119 <item name="android:windowIsTranslucent">true</item>
120 <item name="android:backgroundDimEnabled">true</item> 120 <item name="android:backgroundDimEnabled">true</item>
121 121
122 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/ 3769 -->
122 <!-- Set the app's title bar color in the recent app switcher. 123 <!-- Set the app's title bar color in the recent app switcher.
123 124
124 Note: We'd prefer not to show up in the recent app switcher (bug 11 37928). --> 125 Note: We'd prefer not to show up in the recent app switcher (bug 11 37928). -->
125 <item name="android:colorPrimary">@color/text_and_tabs_tray_grey</item> 126 <item name="android:colorPrimary">@color/abb_background_light_grey</item >
126 <!-- We display the overlay on top of other Activities so show their sta tus bar. --> 127 <!-- We display the overlay on top of other Activities so show their sta tus bar. -->
127 <item name="android:statusBarColor">@android:color/transparent</item> 128 <item name="android:statusBarColor">@android:color/transparent</item>
128 </style> 129 </style>
129 130
130 </resources> 131 </resources>
OLDNEW
« 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