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

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

Issue 1263583003: Let client app customize close button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 years, 5 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/custom_tabs_toolbar.xml
diff --git a/chrome/android/java/res/layout/custom_tabs_toolbar.xml b/chrome/android/java/res/layout/custom_tabs_toolbar.xml
index 1ebc719cd5716b2ada2cc20717a0522c9e36502f..1981c3c4c9af5e83c7f16c9c458c1b89bbce456a 100644
--- a/chrome/android/java/res/layout/custom_tabs_toolbar.xml
+++ b/chrome/android/java/res/layout/custom_tabs_toolbar.xml
@@ -6,7 +6,7 @@
<org.chromium.chrome.browser.toolbar.CustomTabToolbar
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:chrome="http://schemas.android.com/apk/res-auto" >
- <org.chromium.chrome.browser.widget.TintedImageButton
+ <ImageButton
android:id="@+id/close_button"
style="@style/ToolbarButton"
android:layout_gravity="start|center_vertical"

Powered by Google App Engine
This is Rietveld 408576698