📌  相关文章
📜  android studio 清晰的布局视图 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:26.553000             🧑  作者: Mango

代码示例1
//either this
layout.removeAllViews();

//or this
((LinearLayout) findViewById(R.id.layout)).removeAllViews();