Align the child views in center of the ViewPager android

前端 未结 7 1067
Happy的楠姐
Happy的楠姐 2020-12-09 17:11

I need to set the child view as center of the ViewPager and also I would like to show some part of the next and previous views to the current view sides(like current screen

7条回答
  •  死守一世寂寞
    2020-12-09 17:33

    Finally, I have added my solution for this question in GitHub. I have done some pretty tricks to get the workaround solution. You can get the project from the below link(Actually I have planned to create a blog with the explanation , but I dint have that much time to do).

    Here is the link(https://github.com/noundla/Sunny_Projects/tree/master/CenterLockViewPager)

    You have to copy the files from com.noundla.centerviewpagersample.comps package to your project. And you can see the usage of that Viewpager in MainActivity class.

    Please let me know if anyone has problems with this.

提交回复
热议问题