【发布时间】:2010-07-10 22:52:18
【问题描述】:
有没有办法获取我活动中的每个视图? 我有超过 200 个视图,包括按钮和图像,所以我希望能够使用循环访问它们
比如
for (View v : this)
{
//do something with the views
//depending on the types (button, image , etc)
}
【问题讨论】:
标签: android view android-activity