OnGlobalLayoutListener用法

1.implements ViewTreeObserver.OnGlobalLayoutListener{}

2.mContentView.getViewTreeObserver().addOnGlobalLayoutListener(this)

3.@Override
    public void onGlobalLayout() {}

4.mContentView.getViewTreeObserver().removeOnGlobalLayoutListener(this);

posted @ 2017-11-18 11:05  dub  阅读(1433)  评论(0编辑  收藏  举报