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

Delta Between Two Patch Sets: mobile/android/base/resources/drawable/home_pager_empty_state.xml

Issue 29341383: Issue 2606 - Firefox logo shown in background on empty Adblock Browser New Tab and Search pages (Closed)
Left Patch Set: Adding missing drawable resources Created May 13, 2016, 10:27 a.m.
Right Patch Set: Adjustments in comments Created Nov. 21, 2016, 12:59 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
« no previous file with change/comment | « mobile/android/base/resources/drawable-xhdpi/icon_home_empty_firefox.png ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <layer-list xmlns:android="http://schemas.android.com/apk/res/android" 6 <layer-list 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 <item android:maxLevel="0" android:drawable="@android:color/white"/> 9 <item android:maxLevel="0" android:drawable="@android:color/white"/>
10 10
11 <item> 11 <item>
12 <!-- Changed icon. See https://issues.adblockplus.org/ticket/2606 -->
12 <bitmap android:src="@drawable/abb_icon_home_empty" 13 <bitmap android:src="@drawable/abb_icon_home_empty"
13 android:gravity="center"/> 14 android:gravity="center"/>
14 </item> 15 </item>
15 16
16 </layer-list> 17 </layer-list>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld