Webview Size Is Expanding But Not Contracting As Per The Text In It
I am using WebView to show parsed XML and HTML content. I have set the layout_height of webview to wrap_content. It works fine when the matter is large in size but when the matter
Solution 1:
Android property: android:layout_weight = "1
in the layout should work...
Post a Comment for "Webview Size Is Expanding But Not Contracting As Per The Text In It"