Is it possible to add a continuous ripple effect behind an icon which can be show/hide programmatically?
The icon is set as an end icon drawable on TextInpuLayout.
Something like this:
Is it possible to add a continuous ripple effect behind an icon which can be show/hide programmatically?
The icon is set as an end icon drawable on TextInpuLayout.
Something like this:

Please check below code,
in attrs.xml file add this ,
add color in color.xml file
add dimension in dimen.xml file
After adding above code just start animation like this in your activity