navasmdc / MaterialDesignLibrary

This is a library with components of Android L to you use in android 2.2
Apache License 2.0
9k stars 2.23k forks source link

Not able to disable Ripple Effect. #385

Open a13akash opened 8 years ago

a13akash commented 8 years ago

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.

ZieIony commented 8 years ago

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