标签: android view android-webview css
我想知道,如何在活动类中将minHeight设置为webView,而不是在xml文件中。 我能指望你的帮助吗?
答案 0 :(得分:2)
WebView有一个“setMinimumHeight(int minHeight)”方法
http://developer.android.com/reference/android/view/View.html#setMinimumHeight(int)