android - Up navigation animation -



android - Up navigation animation -

so have followed docs providing navigation

however, if want customize animation transitions in xml, trying this

https://gist.github.com/lawloretienne/b8b4f68a779b9f97241f

the come in animations work well, exit animations seem not triggered. when button clicked, navigate logical parent activity. instead of exit animations showing, come in animations showing.

am missing here?

your launchmode must have been set singleinstance. overrides transition animation. should set singletop.

android animation up-navigation

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -