On Android 5.0 Lollipop,
I have two activities A and B. Activity B has a slie enter transition from bottom with a Overlay ActionBar, but when B shows, the ActionBar
My solution is to extend the style with this args:
- true
- true
- @transition/slide
- @transition/slide
- true
- true
- @transition/enter
- @transition/enter
This here is my res/transition/slide.xml
:
This here is my res/transition/enter.xml
:
You can play around with that transitions as you like, important is just those excluded targets.