大家好:有空时帮看下
请教下TextView中的setWith为什么不起作用,就是getWith始终获得为0,但是在单击事件中(单击事件外设置setWith,单击事件里调用getWith获得)可以的;
还有就是在单击事件中(里面或外面设置setMaxWith,里面调用getWith获得)得到的值均不正确的
多谢~
------解决方案--------------------
在你整个view没有初始化结束显示出之前 貌似getWidth是得不到的
------解决方案--------------------
换getMeasuredWidth() and getMeasuredHeight().看看。。
Use getWidth() to see how wide a view is after layout.