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

Unified Diff: chrome/android/java/res/layout/website_settings.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/website_settings.xml
diff --git a/chrome/android/java/res/layout/website_settings.xml b/chrome/android/java/res/layout/website_settings.xml
index 131a7dcee7dc2573170f997d5447513744be176a..063f53c87db308ae917b5c8adcdfbb323b4b4bd7 100644
--- a/chrome/android/java/res/layout/website_settings.xml
+++ b/chrome/android/java/res/layout/website_settings.xml
@@ -32,7 +32,7 @@
android:layout_height="wrap_content"
android:layout_gravity="start|top"
android:paddingEnd="8dp"
- android:src="@drawable/offline_bolt"
+ android:src="@drawable/offline_pin"
android:visibility="gone"
android:contentDescription="@string/page_info_offline_icon" />

Powered by Google App Engine
This is Rietveld 408576698