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: 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:
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 <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>
OLDNEW
« no previous file with comments | « mobile/android/base/resources/layout/tabs_panel_view.xml ('k') | mobile/android/base/resources/values-v21/themes.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld