遍历gridview 下的imageview
for(int i=0;i<gridview.getChildCount();i++){View view=gridview.getChildAt(i); ImageButton ibn_del=(ImageButton)view.findViewById(R.id.ibn_del); ibn_del.setVisibility(View.VISIBLE); }??
发布时间: 2013-01-20 10:22:40 作者: rapoo
遍历gridview 下的imageview
for(int i=0;i<gridview.getChildCount();i++){View view=gridview.getChildAt(i); ImageButton ibn_del=(ImageButton)view.findViewById(R.id.ibn_del); ibn_del.setVisibility(View.VISIBLE); }??