Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4210)

Unified Diff: chrome/android/java/res/layout/most_visited_item.xml

Issue 1809203005: [NTP Offline Pages] Use the "offline bolt" icon, delete the old one (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/res/drawable-xxxhdpi/offline_pin.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/most_visited_item.xml
diff --git a/chrome/android/java/res/layout/most_visited_item.xml b/chrome/android/java/res/layout/most_visited_item.xml
index c3345bdccc02de525c407ba3f1569b661d6eb791..df24192ade3d7716794d93ed894a91bbe2304528 100644
--- a/chrome/android/java/res/layout/most_visited_item.xml
+++ b/chrome/android/java/res/layout/most_visited_item.xml
@@ -28,7 +28,8 @@
android:visibility="gone"
android:background="@drawable/offline_badge_background"
android:contentDescription="@null"
- android:src="@drawable/offline_pin" />
+ android:tint="#4285f4"
newt (away) 2016/03/18 18:06:36 android:tint won't have any effect on pre-L device
Marc Treib 2016/03/21 09:30:14 Thanks, good catch! Done.
+ android:src="@drawable/offline_bolt" />
<View
android:layout_width="@dimen/most_visited_icon_size"
« no previous file with comments | « chrome/android/java/res/drawable-xxxhdpi/offline_pin.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698