I'm using Android's ViewPager
. What I want to do is to show a preview of the page on both the left and the right. I've seen where I can use a negative pageMargin
to show a preview of the right side.
setPageMargin(-100);
Is there anyway that I can show a preview of the left side aswell? Its basically something similar to the gallery widget that I am looking for.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…