mohan
mohan

Reputation: 13165

How to increase webview height dynamically in android

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

Answers (1)

DynamicMind
DynamicMind

Reputation: 4258

use this code

android:layout_height="wrap_content"

then you find web view height automatically increase.

Upvotes: 2

Related Questions