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

Side by Side Diff: mobile/android/base/resources/values-v21/styles.xml

Issue 29348083: Issue 3769 - UI colours gone bad (Closed)
Patch Set: Created July 21, 2016, 2:09 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
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 <!-- Using ABB color palette in some styles. See https://issues.adblockplus.o rg/ticket/3769 -->
9
8 <style name="ActionBarTitleTextStyle" parent="@android:style/TextAppearance.M aterial.Widget.ActionBar.Title"> 10 <style name="ActionBarTitleTextStyle" parent="@android:style/TextAppearance.M aterial.Widget.ActionBar.Title">
9 <item name="android:textColor">#fff</item> 11 <item name="android:textColor">@color/abb_text_icons_dark_grey</item>
10 </style> 12 </style>
11 13
12 <style name="ActionBarTheme" parent="@style/ThemeOverlay.AppCompat.ActionBar" > 14 <style name="ActionBarTheme" parent="@style/ThemeOverlay.AppCompat.ActionBar" >
13 <item name="android:colorControlNormal">#fff</item> 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>
OLDNEW

Powered by Google App Engine
This is Rietveld