Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. GridLayout gridlayout=findViewById(R.id.gridid);
  2. System.out.print(5);
  3. for(int i=0;i<gridlayout.getChildCount();i++)
  4. {
  5. ((ImageView)gridlayout.getChildAt(i)).setImageResource(0);
  6. }
  7.  
  8. GridLayout gridlayout=findViewById(R.id.gridid);
  9. gridlayout.getChildCount();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement