0

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.

enter image description here

Whole widget drawn programmatically. It isn't a compound view.

laruiss
  • 3,780
  • 1
  • 18
  • 29
DanMan
  • 692
  • 9
  • 22
  • looks like those circles are small enough that your finger would cover them completely while pressing them, effectively preventing you from seeing the ripple – Tim Jan 23 '19 at 09:10
  • I am interested in the opportunity to make such effect. – DanMan Jan 23 '19 at 09:59
  • @DanMan check my answer here https://stackoverflow.com/a/73571189/4288054 How to draw ripple effect on any custom view – Oleksandr Albul Sep 01 '22 at 14:38

0 Answers0