You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Right now page one is overlapped by page two, instead I would like the first page to be on top. How do I accomplish this (reversing z-order of pages)?
With the standard ViewPager you could use setPageTransformer(boolean reverseDrawingOrder, PageTransformer transformer) and set reverseDrawingOrder to true, but this doesn't seem to have any effect.
The text was updated successfully, but these errors were encountered:
Hi,
Right now page one is overlapped by page two, instead I would like the first page to be on top. How do I accomplish this (reversing z-order of pages)?
With the standard ViewPager you could use setPageTransformer(boolean reverseDrawingOrder, PageTransformer transformer) and set reverseDrawingOrder to true, but this doesn't seem to have any effect.
The text was updated successfully, but these errors were encountered: