Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - Animate popup dialog with bounce effect

Hey all, I'm trying to animate a custom dialog box so that when it pops up it has a kind of bounce effect (it starts small, gets large, then bounces a little smaller then back to normal size).

I have no idea how to start this task. What should I be looking at to animate this view, how is it done?

like image 692
John Leehey Avatar asked Apr 27 '11 22:04

John Leehey


1 Answers

You could create an animation and animation layout in XML and use android:layoutAnimation in your XML layout. Search the SDK for Animation Resources.

like image 98
techiServices Avatar answered Oct 05 '22 02:10

techiServices