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

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

Issue 2951133003: Clean up tinted ImageView subclasses (Closed)
Patch Set: Comments Created 3 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/update_menu_item.xml
diff --git a/chrome/android/java/res/layout/update_menu_item.xml b/chrome/android/java/res/layout/update_menu_item.xml
index 054b00108f80e4a8f6aca4f77c63d207973aba52..1d126ae9bcae8a40917d19a36080823dec1c4bee 100644
--- a/chrome/android/java/res/layout/update_menu_item.xml
+++ b/chrome/android/java/res/layout/update_menu_item.xml
@@ -4,6 +4,7 @@
found in the LICENSE file.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:chrome="http://schemas.android.com/apk/res-auto"
style="@style/AppMenuItem"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -41,6 +42,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="end"
- android:gravity="center_vertical" />
+ android:gravity="center_vertical"
+ chrome:chrometint="@null" />
</LinearLayout>
« no previous file with comments | « chrome/android/java/res/layout/title_button_menu_item.xml ('k') | chrome/android/java/res/menu/custom_tabs_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698