Is there a possibility to display two pages at the same time, when using a ViewPager? I'm not looking for an edge effect, but rather for two full pages at the same time.
ViewPager
Please have a look at the getPageWidth Method in the corresponding PagerAdapter. Override it and return e.g. 0.8f to have all child pages span only 80% of the ViewPager's width.
getPageWidth
PagerAdapter
0.8f
More info: http://developer.android.com/reference/android/support/v4/view/PagerAdapter.html#getPageWidth(int)
2.1m questions
2.1m answers
60 comments
57.0k users