【发布时间】:2011-07-13 21:14:01
【问题描述】:
TextView textView1= (TextView) dialog.findViewById(R.id.textView1);
我想创建这样的东西:
for (int i=0; i<100; i++) {
TextView textView= (TextView) dialog.findViewById(R.id.textView+i);
}
我该怎么做?
莱斯利
【问题讨论】:
标签: android