tommybuonomo / dotsindicator

Three material Dots Indicators for view pagers in Android !
Apache License 2.0
3.44k stars 353 forks source link

how to disable click event in dot indicator #103

Closed axnamit closed 3 years ago

axnamit commented 3 years ago

when we click in any dot in the dot indicator. it leads to me that respective page. but I don't need click event in dot indicator.I have used dots_indicator.isClickable = false but it did not worked for me

DavidMarinov commented 3 years ago

I have opened a PR https://github.com/tommybuonomo/dotsindicator/pull/104 for your issue it might help you out, and if the Author of this repo agrees he might merge it to the lib

also you can configure it by code with dotsIndicator.dotsClickable = false -- This is already present in this repository

tommybuonomo commented 3 years ago

@axnamit PR made by @DavidMarinov has been merged and this will be available in the next release of the library.