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
Post a Comment