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

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

Issue 2356643002: Change offline pages icon from offline_bolt to offline_pin (Closed)
Patch Set: optimize resources Created 4 years, 3 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
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 ad7125bcdf1de26d8cc35308900f7d4666b599e1..8b966f3d6c16880f6bf73f06d977d35fe6591814 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_bolt" />
+ android:src="@drawable/offline_pin" />
<View
android:layout_width="@dimen/most_visited_icon_size"
« no previous file with comments | « chrome/android/java/res/drawable-xxxhdpi/offline_pin.png ('k') | chrome/android/java/res/layout/website_settings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698