yarolegovich / DiscreteScrollView

A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.
5.78k stars 782 forks source link

Does not account for DividerItemDecoration #152

Open zambony opened 6 years ago

zambony commented 6 years ago

Adding a simple spacer between items using DividerItemDecoration offsets the centered item to the left too much when the layout is set to Horizontal, and when it is Vertical, the item is moved up too far.