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

Unified Diff: chrome/android/java/res/layout-sw600dp/location_bar.xml

Issue 2063823005: [android] New origin security indicator icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Optimized PNGs. Created 4 years, 6 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-sw600dp/location_bar.xml
diff --git a/chrome/android/java/res/layout-sw600dp/location_bar.xml b/chrome/android/java/res/layout-sw600dp/location_bar.xml
index 25ff4bb33c36c711b42248a541027eabbeb0dc10..90ca9c35ba6f8c9176b1dd192cf961d50a12c112 100644
--- a/chrome/android/java/res/layout-sw600dp/location_bar.xml
+++ b/chrome/android/java/res/layout-sw600dp/location_bar.xml
@@ -17,7 +17,8 @@
android:src="@drawable/ic_omnibox_page"
android:scaleType="center"
android:contentDescription="@string/accessibility_toolbar_btn_site_info"/>
- <ImageButton android:id="@+id/security_button"
+ <org.chromium.chrome.browser.widget.TintedImageButton
+ android:id="@+id/security_button"
style="@style/LocationBarButton"
android:layout_width="match_parent"
android:layout_height="match_parent"
« no previous file with comments | « chrome/android/java/res/drawable-xxxhdpi/omnibox_info.png ('k') | chrome/android/java/res/layout/custom_tabs_toolbar.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698