sayyam / carouselview

A simple library to add carousel view in android app.
Apache License 2.0
1.15k stars 260 forks source link

expose container view pager #77

Closed CalebMacdonaldBlack closed 6 years ago

CalebMacdonaldBlack commented 6 years ago

Allows you to access padding properties of the pager to show a preview of the next and previous carousel views.

pager.clipToPadding = false pager.setPadding(100, 0, 100, 0) pager.setPageMargin(50);