Android: LinearLayout addView Animation

Viewed 15751

I currently have a working Android program that programmatically adds views to a LinearLayout. I would like those views to be animated in and cannot find any good resources on figuring out how to do this.

Could someone point me in the right direction?

4 Answers
Related