ongakuer / CircleIndicator

A lightweight indicator like in nexus 5 launcher
Apache License 2.0
4.27k stars 712 forks source link

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

Open Abhishek-dev1602 opened 4 years ago

Abhishek-dev1602 commented 4 years ago

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 commented 3 years ago

same

AliAzaz commented 3 years ago

Indicators are not showing

Noddy20 commented 1 year ago

This worked for me -

adapter.registerDataSetObserver(indicator.getDataSetObserver());