| 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 c2d9ce58864d2c079d49909aed27dc14325c71da..ae41340f99697eb9fcd0e3df259c8c01471ffce0 100644
|
| --- a/chrome/android/java/res/layout/custom_tabs_toolbar.xml
|
| +++ b/chrome/android/java/res/layout/custom_tabs_toolbar.xml
|
| @@ -5,7 +5,10 @@
|
|
|
| <org.chromium.chrome.browser.toolbar.CustomTabToolbar
|
| xmlns:android="http://schemas.android.com/apk/res/android"
|
| - xmlns:chrome="http://schemas.android.com/apk/res-auto" >
|
| + xmlns:chrome="http://schemas.android.com/apk/res-auto"
|
| + android:id="@+id/toolbar"
|
| + android:layout_width="match_parent"
|
| + android:layout_height="@dimen/custom_tabs_control_container_height" >
|
| <ImageButton
|
| android:id="@+id/close_button"
|
| style="@style/ToolbarButton"
|
|
|