Index: chrome/android/java/res/layout/custom_tabs_bottombar.xml |
diff --git a/chrome/android/java/res/layout/custom_tabs_bottombar.xml b/chrome/android/java/res/layout/custom_tabs_bottombar.xml |
index 3651d62436d744729b7c52b3bec1020199f7e78d..5df714f0548b16b7f5095479636f2ab8332920ac 100644 |
--- a/chrome/android/java/res/layout/custom_tabs_bottombar.xml |
+++ b/chrome/android/java/res/layout/custom_tabs_bottombar.xml |
@@ -2,9 +2,10 @@ |
<!-- Copyright 2015 The Chromium Authors. All rights reserved. |
Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. --> |
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
+<org.chromium.chrome.browser.widget.BoundedLinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
+ xmlns:chrome="http://schemas.android.com/apk/res-auto" |
android:id="@+id/bottombar" |
android:layout_width="match_parent" |
- android:layout_height="@dimen/toolbar_height_no_shadow" |
- android:orientation="horizontal" > |
-</LinearLayout> |
+ android:layout_height="wrap_content" |
+ android:orientation="horizontal" |
+ chrome:maxHeight="@dimen/toolbar_height_no_shadow" /> |