Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. View button = v.findViewById(R.id.moreInfoButton1);
  2.  
  3. if(button != null)
  4. {
  5. ((ViewManager)button.getParent()).removeView(button);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement