Android viewpager preview behind view
问题 How can I get something like this sing viewpager in android? I've implemented a viewpager with depth page transformer, but I cant figure out a way to add the preview of the items behind. 回答1: The solution is this library: https://github.com/blipinsk/FlippableStackView 回答2: Here's my solution. I hope it helps. public class StackViewPager extends ViewPager { private static final float FIRST_PAGE_SCALE = 0.9f; private static final float SCALE_FACTOR = 0.1f; // each item scaled down on 10% of