| OLD | NEW | 
|---|
| 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  Loading... | 
| 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> | 
| OLD | NEW | 
|---|