view的requestLayout()方法
时间:2015-03-06 17:06:03
收藏:0
阅读:246
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.
我们可以理解为重新布局了一下view;
原文:http://blog.csdn.net/luo446718254/article/details/44100755
评论(0)