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

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

Issue 2502763002: [Offline pages, NTP] Unifying offline_pin_round(_black) icon (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
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 576b3cf6f1184fbeb72ed006a8f179ad34af130e..886326745d7212f2950fb2dad333d9cee71a52bf 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_black" />
+ android:src="@drawable/offline_pin_round" />
<View
android:layout_width="@dimen/most_visited_icon_size"

Powered by Google App Engine
This is Rietveld 408576698