1. ((ViewGroup)view.getParent()).removeView(view)

 2. ViewGroup rootView = (ViewGroup) this.findViewById(android.R.id.content); rootView.removeView(...)

相关文章:

  • 2021-12-05
  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
猜你喜欢
  • 2021-11-06
  • 2021-04-22
  • 2022-12-23
  • 2021-06-02
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案