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 -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -