android 组件(比如LinearLayout)在xml文件中设置了layout_width=200后就不能在程序中动态更改宽度了吗?好像只有设置成wrap_content后才行
[code="java"]对,只有设置成wrap_content后才行 [/code]