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.
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.
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