You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Hi, I have a problem with the following message
java.lang.ClassCastException: androidx.constraintlayout.widget.ConstraintLayout cannot be cast to androidx.core.widget.NestedScrollView
Activity
hdodenhof commentedon Sep 26, 2016
You need to create your own selector drawable to mask that ripple effect.
Something like this (untested):
drawable-v21/my_selector.xml:
drawable/my_selector.xml:
drawable/circle.xml:
idedalusse commentedon Aug 23, 2019
Hi, I have a problem with the following message
java.lang.ClassCastException: androidx.constraintlayout.widget.ConstraintLayout cannot be cast to androidx.core.widget.NestedScrollView
i am in androidx