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

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -