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..424d2f47c6a0204061d12893473b0ead1af4c2e8 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_width="match_parent" |
android:layout_height="wrap_content" |
aurimas (slooooooooow)
2015/07/29 00:16:08
Can this be fixed height instead of wrap_content?
please use gerrit instead
2015/07/30 21:04:23
Done.
|
+ android:layout_width="match_parent" |
android:visibility="gone" /> |
</LinearLayout> |