We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am used ViewPager2 and CircleIndicator 3 for my image slider but the size of the unselected and selected icons isn't equal.
This is my code:
<me.relex.circleindicator.CircleIndicator3 android:layout_width="match_parent" android:layout_height="30dp" android:layout_gravity="center" app:ci_drawable="@drawable/ic_indicator" app:ci_drawable_unselected="@drawable/ic_indicator_unselected" app:ci_height="8dp" app:ci_width="8dp" app:ci_margin="8dp"/>
Anyone knows how to set size for the indicator icons? Any help will be appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
How to change this by code java?
Sorry, something went wrong.
this behaviour is because of animator. change ci_animator to some animator that does not interact with size of indicator
Duplicate of #56
No branches or pull requests
I am used ViewPager2 and CircleIndicator 3 for my image slider but the size of the unselected and selected icons isn't equal.
This is my code:
Anyone knows how to set size for the indicator icons? Any help will be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: