Android ViewPager - Show preview of page on left and right

后端 未结 10 2599
旧巷少年郎
旧巷少年郎 2020-12-02 03:52

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

10条回答
  •  青春惊慌失措
    2020-12-02 04:33

    In 2017 such behaviour additionally can be easily achieved by using RecyclerView with PagerSnapHelper (added in version 25.1.0 of v7 support library): 

    Sometime ago I needed such viewpager-like feature and prepared a tiny library:

    MetalRecyclerPagerView - you can find all the code along with examples there.

    Mainly it consists of a single class file: MetalRecyclerViewPager.java (and two xmls: attrs.xml and ids.xml).

    Hope it helps somebody and will save some hours :)

提交回复
热议问题