LinearLayout无限添加View怎么报错啊! linearLayout.addView(childLayout);这句运行第二次久报错

Viewlayout=LayoutInflater.from(this).inflate(R.layout.brand_story_list,null);intwidth... View layout = LayoutInflater.from(this).inflate(R.layout.brand_story_list, null);
int width = 94;
int height = _layout_story_init.getHeight();
View childLayout = LayoutInflater.from(BrandStoryActivity.this).inflate(R.layout.story_childlist, null);
_lv_listStory = (ListView) layout.findViewById(R.id.lv_story_brand);
LinearLayout linearLayout=(LinearLayout)layout.findViewById(R.id.layout_child_add);
_lv_listStory.setAdapter(new StroyListAdapter(list, this));
Map<String, Object> map=list.get(0);
int scop=1;
while (map!=null) {
scop++;
List<Map<String, Object>> listmap=(List<Map<String, Object>>) map.get("submenu");
linearLayout.addView(childLayout);
ListView lv_story_childlist=(ListView)layout.findViewById(R.id.lv_story_childlist);
lv_story_childlist.setAdapter(new StroyListAdapter(listmap, BrandStoryActivity.this));
map=listmap.get(0);
展开
 我来答
KL_Carice
2013-04-26 · TA获得超过323个赞
知道答主
回答量:67
采纳率:100%
帮助的人:64.9万
展开全部
linearLayout.addView(childLayout);无法重复add的.

childLayout add之后它就有parent了.
要想重新添加就得再
childLayout = LayoutInflater.from(BrandStoryActivity.this).inflate(R.layout.story_childlist, null);

一下
madas
2013-04-26 · TA获得超过361个赞
知道小有建树答主
回答量:319
采纳率:66%
帮助的人:187万
展开全部
简而言之:view的存在必须遵循“一个儿子只能有一个父亲”的原则!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式