为了账号安全,请及时绑定邮箱和手机立即绑定

正在回答

1 回答

View linear = View.inflate(this, R.layout.linear_layout, null);
View relative = View.inflate(this, R.layout.relative_layout, null);
View table = View.inflate(this, R.layout.table_layout, null);
View frame = View.inflate(this, R.layout.frame_layout, null);

viewList.add(linear);
viewList.add(relative);
viewList.add(table);
viewList.add(frame);

view的添加使用list的add方法 没有单独的addView方法

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第二门课(第1季)
  • 参与学习       111172    人
  • 解答问题       1457    个

本课程由浅入深地带您学会Android的常用控件的开发和使用

进入课程

没有addview方法

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信