sayyam / carouselview

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

carousalView.setIndicatorVisibility(View.GONE) not working #91

Open SiddharthRana18 opened 6 years ago

SiddharthRana18 commented 6 years ago

I am programming in kotlin and i want to change the visilibility of indicators according to the position of image in carousal view. But i cannot change the visibility of indicators programmatically. Any help?