umano / AndroidSlidingUpPanel

This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.
http://umano.me
Apache License 2.0
9.5k stars 2.26k forks source link

Touch event pass to main content recycler view #686

Open amankumarjain opened 8 years ago

amankumarjain commented 8 years ago

When i add recycler view to sliding layout, it's not smooth while dragging down and when state of sliding layout is in anchor state, lets say with value 0.7f, i'm able to pass touch event on content layout, click event is disabled by fadeOnClickListener. How to disable touch event, please help i'm blocked.

ghost commented 8 years ago

Same issue on my project. Any help?

mastrgamr commented 8 years ago

Is your root view the CoordinatorLayout or Sliding Up panel?

I'm having the same issue my root view is the CoordinatorLayout. I'm thinking it's related to a bug with the CoordinatorLayout or RecyclerView itself. :disappointed:

amankumarjain commented 8 years ago

my root view is SlidingUpPanel.