Chromium Code Reviews| 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" /> |