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);