-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Selector bounded to a circle #153
Comments
You need to create your own selector drawable to mask that ripple effect.
drawable-v21/my_selector.xml:
drawable/my_selector.xml:
drawable/circle.xml:
|
Thank you for great Great solution. |
Hi, I have a problem with the following message i am in androidx |
If I try to add this attribute
android:foreground="?android:attr/selectableItemBackground"
to a
CircleImageView
then when I click on the view the ripple is bounded to a square instead of a circle. How can you change that behavior?The text was updated successfully, but these errors were encountered: