Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. @Override
  2. public void onClick(View v) {
  3. // Button button = (Button) v;
  4. //mainButton1.setVisibility(View.GONE);
  5. Animation aniSlide = AnimationUtils.loadAnimation(getApplicationContext(),R.anim.zoom_in);
  6. mainButton2.startAnimation(aniSlide);
  7.  
  8. }
  9. });
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement