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
Is there a way to change the radius of the selected indicator?
<com.rd.PageIndicatorView app:piv_animationType="worm" app:piv_dynamicCount="true" app:piv_interactiveAnimation="true" app:piv_radius="3dp" app:piv_selectedColor="@color/green" app:piv_unselectedColor="@color/gray" app:piv_viewPager="@id/viewPager" />
Basically, what I am asking is if there is a piv_selectedRadius attribute or if there is a way to accomplish this programatically?
piv_selectedRadius
Kind regards, Ivan
The text was updated successfully, but these errors were encountered:
I think you can achieve this using piv_scaleFactor in xml or setScaleFactor in code while using the scale animation
piv_scaleFactor
setScaleFactor
Sorry, something went wrong.
No branches or pull requests
Is there a way to change the radius of the selected indicator?
Basically, what I am asking is if there is a
piv_selectedRadius
attribute or if there is a way to accomplish this programatically?Kind regards,
Ivan
The text was updated successfully, but these errors were encountered: