android - No incoming transition animation for Activity -
i trying animate transition of activity. need activity animate when goes backstack i.e. call activity.
i using :
overridependingtransition(android.r.anim.fade_in, android.r.anim.fade_out);
the arguments resource integers
is there integer no animation? integer value or resource identifier there no fade_in fade_out.
it looks 0 . lucky guess.
Comments
Post a Comment