Created
August 3, 2016 15:11
-
-
Save AungWinnHtut/012c18ac4a707caa912bad6fbdbf81f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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