开发者

Android - Animate popup dialog with bounce effect

开发者 https://www.devze.com 2023-03-01 08:13 出处:网络
H开发者_JAVA技巧ey 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 norma

H开发者_JAVA技巧ey 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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消