I am trying to create a circle button (not a rounded square), with a different colour and wish for it to animate with a pulsing yellow aura when it is clicked.
I am using the latest version of Android Studio (4.1.2) which includes Material Design Components themes automatically.
What's the updated way to achieve this sort of button? I've read that changing the background resource of a button is outdated which is what I see a lot in Google results (How to make buttons rounded with Material Design Theming?).