removeAllViews()

1.若child布局已经有parent1布局的时候再通过其他parent2.addView(child)就会报异常,所以必须先用parent1.removeView()或者removeAllView的方式将child脱离parent1。

关于异常“The specified child already has a parent. You must call removeView"的解决(举例说明,附源码)

你可能感兴趣的:(removeAllViews())