balysv / material-ripple

Android L Ripple effect wrapper for Views
Apache License 2.0
2.36k stars 479 forks source link

RecycleView inside not width"match_parent" #89

Open volkanciloglu opened 5 years ago

volkanciloglu commented 5 years ago

I applied the example in the demo. It works smoothly. although the width of the list items is match_parent, the Ripple width value is wrap_content. How do I fix this?