Java Android translation animation - how to "take away" ImageView through bottom of the screen? -


i have , imageview set on bottom of screen. want animation translate move away through bottom side of screen. if slide need set final y point @ -300 i'll sure imageview slides , how slide down - possible set in xml, or programmatically only?

you can set positive y value in code of translate anim.

translateanimation(0,0,urview.gety,urviewgety+300)


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -