Reputation: 13165
Can anybody tell me how to increase the webview height dynamically in android? My webview content will come some time less and sometimes I have to show webview full layout.
Thanks
Upvotes: 0
Views: 1411
Reputation: 4258
use this code
android:layout_height="wrap_content"
then you find web view height automatically increase.
Upvotes: 2