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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -