I made a layout animation, it is a compound animation, made in code.
More less it works a bit like slide in / slide out through upper screen edge, the thing that is interesting me, is to see new activity right after that animation, so during it I can see the new view that I`m going to.
I made a layout animation, it is a compound animation, made in code. More
Share
Ok, to do what i wanted i had to use fragments from support library v4, i simply put view as overlay of fragment holder, achieving that after animation i can se fragment which is below my animated overlay, i found no way to do this on standrad Activities