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 d7461d49da
commit 7271754e0b

View File

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