I am trying to add click ripple effect to my custom view element. It is kind of a progress indicator with several circles. Circles are clickable. So I want to add ripple effect to the circle which user clicks. The ripple effect has to be bounded by circle radius. I cannot find any tutorial how can I do it.
Whole widget drawn programmatically. It isn't a compound view.