This topic created in 4424 days ago, the information mentioned may be changed or developed.
requestLayout()方法需要一点点时间进行layout,请问这个方法完成后是否有回调方法?
3 replies • 2014-07-03 16:29:26 +08:00
 |
|
1
jamev5 Jul 3, 2014 1
OnGlobalLayoutListener 能满足你吗?
|
 |
|
2
jamev5 Jul 3, 2014
或者 OnLayoutChangeListener。
|
 |
|
3
georgetso Jul 3, 2014
感谢!我也不知道能不能满足,等我实验过后告知。
|