-
After back to description frag circle indicator are getting increased.
-
Here is my xml
```
```
kotlin
```
pager.adapter = adapter
circleIndicator.setViewPager(pager)
```
version
```
me.relex:circleindicator:2.1.4
```
I believe I'…
-
Hi when I use support version of this library, I couldn't render the indicator view in my activity. It does not give an exception, but in its position it does not show anything.
Here is my xml
@…
ekizy updated
3 years ago
-
Can i somehow use ViewPagerIndicator with this library? https://github.com/JakeWharton/ViewPagerIndicator
-
```
```
It affect inactive dots,
![image](https://user-images.githubusercontent.com/10400295/62829374-c2ce1200-bc19-11e9-81c7-39c539f31bf6.png)
Inactive dots should be rounded like in 2nd ima…
-
I am unable to remove this background please help me to solve this. My code is
![circleindicator](https://user-images.githubusercontent.com/59598146/93741125-75d4b180-fc09-11ea-8444-af1d67aa72be.…
-
I'm using support version which is implementation 'me.relex:circleindicator:1.3.2' . After i attach this to recyclerview and snaphelper, the indicator is not showing. The CircleIndicator for viewpager…
-
运行app 是正常的,但是在xml文件中无法正常显示,报错如下:
“Rendering Problems onLayout error java.lang.IllegalStateException: forget to create movingItem?”
-
```java
class HomeBannerAdapter(dataList: ArrayList): BannerAdapter(dataList){
inner class BannerViewHolder(var imageView: ImageView): RecyclerView.ViewHolder(imageView)
override fun on…
zpszz updated
2 months ago
-
I am used ViewPager2 and CircleIndicator 3 for my image slider but the size of the unselected and selected icons isn't equal.
![image](https://user-images.githubusercontent.com/91747938/189800143…