13.0 beta.
If you look at your showcase "responsive design" in handset mode, the views slide in from the right. I am trying to replicate that in another layout, but both SLIDE and WIPE are vertical.
I couldn't find any setting like setAnimationOrientation or similar, so i am wondering if this is possible?
the code is simple enough:
Pointers appreciated.
If you look at your showcase "responsive design" in handset mode, the views slide in from the right. I am trying to replicate that in another layout, but both SLIDE and WIPE are vertical.
I couldn't find any setting like setAnimationOrientation or similar, so i am wondering if this is possible?
the code is simple enough:
Code:
layout.setAnimateShowEffect(AnimationEffect.FLY).setAnimateFadeTime(500); ... layout.animateShow();