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. | 9 Base application theme. |
10 --> | 10 --> |
11 <style name="GeckoBase" parent="@android:style/Theme.Material.Light"> | 11 <style name="GeckoBase" parent="@android:style/Theme.Material.Light"> |
12 <item name="android:colorPrimary">@color/text_and_tabs_tray_grey</item> | 12 <item name="android:colorPrimary">@color/text_and_tabs_tray_grey</item> |
13 <item name="android:colorPrimaryDark">@color/text_and_tabs_tray_grey</it
em> | 13 <item name="android:colorPrimaryDark">@color/placeholder_active_grey</it
em> |
14 <item name="android:windowNoTitle">true</item> | 14 <item name="android:windowNoTitle">true</item> |
15 <item name="android:windowContentOverlay">@null</item> | 15 <item name="android:windowContentOverlay">@null</item> |
16 </style> | 16 </style> |
17 | 17 |
18 </resources> | 18 </resources> |
OLD | NEW |