From dbfa473034fc420c827fa03f1df0ee3d55e81490 Mon Sep 17 00:00:00 2001 From: TwistedUmbrella Date: Sun, 19 Jan 2014 21:20:02 -0500 Subject: [PATCH] Replace scrollview to allow multiple children (still scrolls) --- shell/android/res/layout/input_fragment.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shell/android/res/layout/input_fragment.xml b/shell/android/res/layout/input_fragment.xml index 255fc61ac..1fb6886e6 100644 --- a/shell/android/res/layout/input_fragment.xml +++ b/shell/android/res/layout/input_fragment.xml @@ -1,7 +1,8 @@ - + android:layout_height="match_parent" + android:orientation="vertical" > - \ No newline at end of file + \ No newline at end of file