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

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

Issue 2492463004: [NTP] Correct the Offline Badge shown on tiles. (Closed)
Patch Set: Created 4 years, 1 month 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/offline_badge_background.xml ('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 8b966f3d6c16880f6bf73f06d977d35fe6591814..576b3cf6f1184fbeb72ed006a8f179ad34af130e 100644
--- a/chrome/android/java/res/layout/most_visited_item.xml
+++ b/chrome/android/java/res/layout/most_visited_item.xml
@@ -30,7 +30,7 @@
android:background="@drawable/offline_badge_background"
android:contentDescription="@string/accessibility_ntp_offline_badge"
chrome:tint="@color/most_visited_offline_badge_tint"
- android:src="@drawable/offline_pin" />
+ android:src="@drawable/offline_pin_black" />
<View
android:layout_width="@dimen/most_visited_icon_size"
« no previous file with comments | « chrome/android/java/res/drawable/offline_badge_background.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698