| Index: chrome/android/java/res/layout/main.xml
|
| diff --git a/chrome/android/java/res/layout/main.xml b/chrome/android/java/res/layout/main.xml
|
| index 5d693704bc03c11b074164130f84c110fbb8d1f3..02c7eed3bd0d38fcf61da0e486ee46eb51fc95b2 100644
|
| --- a/chrome/android/java/res/layout/main.xml
|
| +++ b/chrome/android/java/res/layout/main.xml
|
| @@ -15,10 +15,11 @@
|
| android:layout_height="0dp"
|
| android:layout_weight="1" />
|
|
|
| - <FrameLayout
|
| + <HorizontalScrollView
|
| + android:background="#FFF"
|
| android:id="@+id/keyboard_accessory"
|
| + android:layout_height="@dimen/keyboard_accessory_height"
|
| android:layout_width="match_parent"
|
| - android:layout_height="wrap_content"
|
| android:visibility="gone" />
|
| </LinearLayout>
|
|
|
|
|