MaterialDesignLibrary icon indicating copy to clipboard operation
MaterialDesignLibrary copied to clipboard

Not able to disable Ripple Effect.

Open a13akash opened this issue 9 years ago • 1 comments

if I click on button to perform any action, it will first finish the whole ripple effect than perform the action. I m using Android 6.0.1 On moto g3.

a13akash avatar May 30 '16 07:05 a13akash

Did you try to set "animate" attribute to false? It's used here https://github.com/navasmdc/MaterialDesignLibrary/blob/master/MaterialDesignLibrary/MaterialDesign/src/main/java/com/gc/materialdesign/views/Button.java#L38

ZieIony avatar Jun 19 '16 23:06 ZieIony