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;
时间: 2025-01-04 11:53:44
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;