程序员人生 网站导航

view的requestLayout()方法

栏目:综合技术时间:2015-04-07 09:02:01

public void requestLayout ()

Since: API Level 1

Call this when something has changed which has invalidated the layout of this view. This will schedule a layout pass of the view tree.

我们可以理解为重新布局了1下view;


------分隔线----------------------------
------分隔线----------------------------

最新技术推荐