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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!