Android animation and move view out of its layout -


i have gridview, want move 1 of imageview inside 1 of item of gridview, want move on screen using translateanimation , put in corner of screen example. i'm fine animation, problem view can't moved out of layout without disappearing. totally normal.

my question is: best way animate view wherever want on screen ? should add the main layout of activity , move it? or there way similar ios cliptobounds ?

thanks!

okay found android:clipchildren="false", , works


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -