Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circleindicator2 indicator is not visible when navigating to other screen and comes back #147

Open
Abhishek-dev1602 opened this issue Sep 21, 2020 · 3 comments

Comments

@Abhishek-dev1602
Copy link

Please look at this issue and provide solution.The background is there but indicator gone.My code is
<me.relex.circleindicator.CircleIndicator2
android:id="@+id/recyclerViewIndicator"
android:layout_width="wrap_content"
android:layout_height="18dip"
app:ci_width="10dip"
app:ci_height="10dip"
android:layout_gravity="center"
app:ci_drawable_unselected="@drawable/gray_radius"
/>
circleind

@eggham0518
Copy link

same

@AliAzaz
Copy link

AliAzaz commented Nov 4, 2021

Indicators are not showing

@Noddy20
Copy link

Noddy20 commented Jan 18, 2023

This worked for me -

adapter.registerDataSetObserver(indicator.getDataSetObserver());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants