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 -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -