We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
将子视图放到最下层
在添加子视图是,默认新添加的视图在最上层,当业务需要将新添加的视图移动到最下层时,使用该方法
⚠️LinearLayout不可使用该方法。️Android不能实现将某个View放入图层下方或上方,View可以做到是通过将子视图加入顺序调换实现,LinearLayout若调换顺序,将导致布局出错
⚠️ LinearLayout不可使用该方法。️Android不能实现将某个View放入图层下方或上方,View可以做到是通过将子视图加入顺序调换实现,LinearLayout若调换顺序,将导致布局出错