2010.12.19——— android 设置组件的高度
参考:[url]http://blog.sina.com.cn/s/blog_49f485700100p9hm.html[/url]
参考:[url]http://blog.sina.com.cn/s/blog_49f485700100p9hm.html[/url]
lp.height = android.view.ViewGroup.LayoutParams.FILL_PARENT;
wv.setLayoutParams(lp);
//设置高度4 17:40:27
lp.height = android.view.ViewGroup.LayoutParams.FILL_PARENT;
wv.setLayoutParams(lp);