Skip to content

Instantly share code, notes, and snippets.

@AungWinnHtut
Created August 3, 2016 15:11
Show Gist options
  • Save AungWinnHtut/012c18ac4a707caa912bad6fbdbf81f7 to your computer and use it in GitHub Desktop.
Save AungWinnHtut/012c18ac4a707caa912bad6fbdbf81f7 to your computer and use it in GitHub Desktop.
ImageView ivLogo = (ImageView) findViewById(R.id.ivLogo);
Animation rotate = AnimationUtils.loadAnimation(this,R.anim.custom_anim);
ivLogo.startAnimation(rotate);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment