navasmdc / MaterialDesignLibrary

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

Ripple on ButtonFlat within ScrollView #187

Open christian160984 opened 9 years ago

christian160984 commented 9 years ago

I have several ButtonFlat within a Layout surrounded by a com.gc.materialdesign.views.ScrollView.

When I pass my finger by the button, a circular ripple stays envelope of each ButtonFlat.

Is it possible to remove the ripples of the finger?

navasmdc commented 9 years ago

Hi, try use the ScrollView original of the android

christian160984 commented 9 years ago

Original ScrollView has the same effect about ButtonFlat