-
How can I click on circleIndicator for showing selected tabs in viewpager ?
-
Hi @ongakuer , I trying to use CircleIndicator2 with RecylerView but can't find it in:
dependencies {
compile 'me.relex:circleindicator:1.2.2'
}
I am using support Lib.
Thnaks in advance
-
ci_width is setting same width for all tabs. but in my case active tab has more width than inactive tabs as they have different drawables.
-
I added Android x dependencies and i couldn't attach the indicator to the recycler view as mentioned in the **README** file. I'm using koltin
-
So I'm using two single SVG images (two well defined dots with no blur at all) imported as Android XML resource as enabled/disabled indicator, and here is the result:
![blurry_circle_indicator](htt…
-
There doesn't appear to be a way to set indicator properties (e.g. ci_drawable) programatically
-
We were using 1.2.2 and noticed 2.1.0 exists, so naturally we want to know what changed. Unfortunately there is nothing in the changelog :(
-
**Describe the bug**
We integrate your SDK to our app to achieve the call feature.
However, we noticed there is a crash case during the time of connecting, the crash can be reproduced when the audio…
-
This library is awesome I have used in one of my project so it works absolutely fine.
Now I have different scenario:
I have total 50 screens in view pager so I don't want to have 50 circular indic…
-
For example like in this ScreenShot:
https://yadi.sk/i/IkeDicSziI4Ybw
Am i need always put circleindicator to HorisontalScrollView, and manually scroll it to one of the pages?
Or how can i manage…