LEFT | RIGHT |
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 <!-- Using ABB color palette in some styles. See https://issues.adblockplus.o
rg/ticket/3769 --> | |
9 | |
10 <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 <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/37
69 --> |
11 <item name="android:textColor">@color/abb_text_icons_dark_grey</item> | 10 <item name="android:textColor">@color/abb_text_icons_dark_grey</item> |
12 </style> | 11 </style> |
13 | 12 |
14 <style name="ActionBarTheme" parent="@style/ThemeOverlay.AppCompat.ActionBar"
> | 13 <style name="ActionBarTheme" parent="@style/ThemeOverlay.AppCompat.ActionBar"
> |
| 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> | 15 <item name="android:colorControlNormal">@color/abb_text_icons_dark_grey</i
tem> |
16 | 16 |
17 <!-- This color is the system default. --> | 17 <!-- This color is the system default. --> |
18 <item name="android:colorControlHighlight">#65696D</item> | 18 <item name="android:colorControlHighlight">#65696D</item> |
19 </style> | 19 </style> |
20 | 20 |
21 </resources> | 21 </resources> |
LEFT | RIGHT |