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 5f117bee6a98987d42780a2958cc2f20215775fe..b5e4191d7e84c0b43a19e9b9e7a738ab10df1b64 100644 |
--- a/chrome/android/java/res/layout/custom_tabs_toolbar.xml |
+++ b/chrome/android/java/res/layout/custom_tabs_toolbar.xml |
@@ -5,10 +5,10 @@ |
<org.chromium.chrome.browser.toolbar.CustomTabToolbar xmlns:android="http://schemas.android.com/apk/res/android"> |
<org.chromium.chrome.browser.widget.TintedImageButton |
- android:id="@+id/back_button" |
+ android:id="@+id/close_button" |
style="@style/ToolbarButton" |
android:layout_gravity="center_vertical" |
- android:src="@drawable/btn_chevron_left" /> |
+ android:src="@drawable/btn_close" /> |
Yusuf
2015/06/24 21:23:36
in the bug it mentions we would like to give a cho
Ian Wen
2015/06/29 22:07:24
Added an intent extra in the next patch.
|
<ImageButton android:id="@+id/security_button" |
style="@style/LocationBarButton" |
android:layout_width="@dimen/location_bar_icon_width" |