遍历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);
	 }
 

 

你可能感兴趣的:(imageview)