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

Delta Between Two Patch Sets: mobile/android/base/resources/color/url_bar_title_hint.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 <selector xmlns:android="http://schemas.android.com/apk/res/android" 6 <selector xmlns:android="http://schemas.android.com/apk/res/android"
7 xmlns:gecko="http://schemas.android.com/apk/res-auto"> 7 xmlns:gecko="http://schemas.android.com/apk/res-auto">
8 8
9 <!-- Changed to follow ABB style guide. See https://issues.adblockplus.org/t icket/3769 -->
9 <!-- private browsing mode --> 10 <!-- private browsing mode -->
10 <item gecko:state_private="true" android:color="@color/placeholder_grey" /> 11 <item gecko:state_private="true" android:color="@color/placeholder_grey" />
11 12
13 <!-- Changed to follow ABB style guide. See https://issues.adblockplus.org/t icket/3769 -->
12 <!-- normal mode --> 14 <!-- normal mode -->
13 <item android:color="@color/placeholder_grey"/> 15 <item android:color="@color/placeholder_grey"/>
14 16
15 </selector> 17 </selector>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld