mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
Fixing the layout so that instead of wrapping, it is set to fit the contents
This commit is contained in:
parent
d7461d49da
commit
7271754e0b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user