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

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

Issue 1753573005: [Offline pages] Reduce the icon set for offline bolt, update colors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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..be99b62aa68d04c5a27a1996967a1f344743927d 100644
--- a/chrome/android/java/res/layout/website_settings.xml
+++ b/chrome/android/java/res/layout/website_settings.xml
@@ -32,6 +32,8 @@
android:layout_height="wrap_content"
android:layout_gravity="start|top"
android:paddingEnd="8dp"
+ android:tint="@color/locationbar_status_color"
fgorski 2016/03/01 21:45:38 This is needed only when the default icon does not
fgorski 2016/03/02 20:53:50 Done. Obsoleted by the new resource.
+ android:tintMode="src_in"
android:src="@drawable/offline_bolt"
android:visibility="gone"
android:contentDescription="@string/page_info_offline_icon" />

Powered by Google App Engine
This is Rietveld 408576698