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

Delta Between Two Patch Sets: mobile/android/base/resources/values-v21/styles.xml

Issue 29348083: Issue 3769 - UI colours gone bad (Closed)
Left Patch Set: Created July 21, 2016, 2:09 a.m.
Right Patch Set: Adjusting comments which indicates what has being changed by this issue in upstream code Created Oct. 25, 2016, 12:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
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>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld