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

Unable to implement onClick #116

Closed surbhitrao closed 6 years ago

surbhitrao commented 6 years ago

Can someone who has implemented onClick listener help me out.

jjhesk commented 6 years ago

this is triggered by another listener call inside the item. You can add onclick listener

yarolegovich commented 6 years ago

Just implement it as if you're working with RecyclerView... Sample.