sayyam/carouselview

OnClickListener not being fired

jbmlaird opened this issue · 1 comments

I've tried to set an OnClickListener onto this CarouselView both on the CarouselView itself and a RelativeLayout that I wrapped around the CarouselView. The OnClick never gets fired. I have added android:clickable="true" to the XML but it's still not getting fired. I have set an OnClickListener. I have also tried using android:onClick.

Is there something I need to override to make this possible?

I implement a custom ViewListener. I had to implement OnClickListener on that view rather than the Carousel view or containers.