Android: TranslateAnimation - Move Top View ActionBar

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

I know how to do TranslateAnimations, but as I move on to looking up, they end up below the ActionBar.

+4
source share
1 answer

I do not know if I can get you. But if you define your animation in the animation folder inside the resources. You can write: toYDelta = "-100% P" so that it goes beyond the screen !!! Hope this is helpful.

0
source

All Articles