Fixing the layout so that instead of wrapping, it is set to fit the contents

This commit is contained in:
Joe Bowser 2009-11-03 11:09:45 -08:00
parent 24d7521f8c
commit 259d441b61

View File

@ -5,7 +5,7 @@
android:layout_height="fill_parent"
>
<WebView android:id="@+id/appView"
android:layout_height="wrap_content"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
/>
</LinearLayout>