The specified child already has a parent. You must call removeView() on the child's parent first.
可以在对话框 消失的时候 使用
((ViewGroup)view.getParent()).removeView(view);
The specified child already has a parent. You must call removeView() on the child's parent first.
可以在对话框 消失的时候 使用
((ViewGroup)view.getParent()).removeView(view);
本文标题:02_对话框报错
本文链接:https://www.haomeiwen.com/subject/tktskctx.html
网友评论