2014/07/25

"The specified child already has a parent. You must call removeView() on the child's parent first." というエラーが出た時の対処

View view = inflater.inflate(R.layout.fragment1, container);



View view = inflater.inflate(R.layout.fragment1, container, false);

0 件のコメント:

コメントを投稿