Search code examples
androidandroid-viewpager

insert separator between view-pager


How could i insert some padding between the pages inside view-pager like in the market app - the black line enter image description here


Solution

  • That is a new api for the ViewPager called the margin, a link to it can be found setPageMargin(). Make sure you are using the latest support library.