im wondering, how set minHeight to webView in activity class, not in xml file. can i count for yours help ?

link|improve this question

feedback

1 Answer

WebView has a "setMinimumHeight(int minHeight)" method

http://developer.android.com/reference/android/view/View.html#setMinimumHeight(int)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.