Android: TranslateAnimation - move View on top of ActionBar

562 views Asked by At

Is it possible to move a View from the center of the screen up until it is on top of the ActionBar?

I know how to make TranslateAnimations, but so far if I move Views up, they end up below the ActionBar.

1

There are 1 answers

1
Mohammad Shahhoud On

I don't know if i get you.. But if you define your animation in anim folder inside resources.. You can write: toYDelta = "-100%P" so it's going to go outside the screen !!! I hope it's helpful