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

Unified Diff: chrome/android/java/res/layout/new_tab_page_snippets_card.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
« no previous file with comments | « chrome/android/java/res/layout/most_visited_item.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/new_tab_page_snippets_card.xml
diff --git a/chrome/android/java/res/layout/new_tab_page_snippets_card.xml b/chrome/android/java/res/layout/new_tab_page_snippets_card.xml
index f617c0fbad97e86838378edc869a68621dd75f3b..29da9d8ecd6b24fd0b882eaf3a0d36dbc60ac102 100644
--- a/chrome/android/java/res/layout/new_tab_page_snippets_card.xml
+++ b/chrome/android/java/res/layout/new_tab_page_snippets_card.xml
@@ -70,7 +70,7 @@
android:layout_height="@dimen/snippets_offline_icon_size"
android:layout_marginStart="6dp"
android:alpha="0.46"
- android:src="@drawable/offline_pin_black"
+ android:src="@drawable/offline_pin_round"
android:contentDescription="@string/accessibility_ntp_offline_badge"
android:visibility="gone" />
« no previous file with comments | « chrome/android/java/res/layout/most_visited_item.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698