Currently, the default ripple style on Android 12 is STYLE_PATTERNED which is too noisy, so now I'm looking for a way to set the style to STYLE_SOLID. I tried with extending RippleDrawable, but without success as the setRippleStyle(int) method has been removed. Anyone knows how to achieve this?