Replace scrollview to allow multiple children (still scrolls)

This commit is contained in:
TwistedUmbrella 2014-01-19 21:20:02 -05:00
parent 9f48d52fb9
commit dbfa473034
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent"
android:orientation="vertical" >
<TableLayout
android:layout_width="match_parent"
@ -248,4 +249,4 @@
</TableRow>
</TableLayout>
</ScrollView>
</LinearLayout>