Using RippleDrawable, users will no longer have a button (for example) that simply changes colors when pressed; instead, that button will respond with ripples and waves when users interact with it.
I am using a custom ripple drawable <?xml version="1.0" encoding="utf-8"?> <ripple xmlns:android="http://schemas.android.…
android rippledrawable android-api-levelsI tried to apply ripple effect on Spinner dropdown items, like this: activity.java ArrayAdapter<CharSequence> adapter = ArrayAdapter.…
android android-spinner android-appcompat material-design rippledrawable