I’d like to have an imagebutton center screen that open starting ‘grows’ to fill the entire screen smoothly using some sort of animation. upon reaching full size, reverse the animation and go back to its original size?
any ideas? is this even possible?
Here is a sample to get you started create an xml file for your animation using this layout,
res/anim/animate.xml
and in your method to start the animation use this
Learn more about animations here Animations