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 <style name="ActionBarTitleTextStyle" parent="@android:style/TextAppearance.M
aterial.Widget.ActionBar.Title"> | 8 <style name="ActionBarTitleTextStyle" parent="@android:style/TextAppearance.M
aterial.Widget.ActionBar.Title"> |
9 <item name="android:textColor">#fff</item> | 9 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/37
69 --> |
| 10 <item name="android:textColor">@color/abb_text_icons_dark_grey</item> |
10 </style> | 11 </style> |
11 | 12 |
12 <style name="ActionBarTheme" parent="@style/ThemeOverlay.AppCompat.ActionBar"
> | 13 <style name="ActionBarTheme" parent="@style/ThemeOverlay.AppCompat.ActionBar"
> |
13 <item name="android:colorControlNormal">#fff</item> | 14 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/37
69 --> |
| 15 <item name="android:colorControlNormal">@color/abb_text_icons_dark_grey</i
tem> |
14 | 16 |
15 <!-- This color is the system default. --> | 17 <!-- This color is the system default. --> |
16 <item name="android:colorControlHighlight">#65696D</item> | 18 <item name="android:colorControlHighlight">#65696D</item> |
17 </style> | 19 </style> |
18 | 20 |
19 </resources> | 21 </resources> |
OLD | NEW |