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

Unified Diff: 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)
Patch Set: Adjustments in comments Created Nov. 21, 2016, 12:59 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mobile/android/base/resources/drawable-xhdpi/icon_home_empty_firefox.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/base/resources/drawable/home_pager_empty_state.xml
===================================================================
--- a/mobile/android/base/resources/drawable/home_pager_empty_state.xml
+++ b/mobile/android/base/resources/drawable/home_pager_empty_state.xml
@@ -4,13 +4,14 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:gecko="http://schemas.android.com/apk/res-auto">
<item android:maxLevel="0" android:drawable="@android:color/white"/>
<item>
- <bitmap android:src="@drawable/icon_home_empty_firefox"
+ <!-- Changed icon. See https://issues.adblockplus.org/ticket/2606 -->
+ <bitmap android:src="@drawable/abb_icon_home_empty"
android:gravity="center"/>
</item>
</layer-list>
« no previous file with comments | « mobile/android/base/resources/drawable-xhdpi/icon_home_empty_firefox.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld