Benjamin Kusicky
Benjamin Kusicky

Reputation: 46

BottomSheet with RecyclerView

I have a RecyclerView (A). When I select an item a second RecyclerView(B) appears as BottomSheet. The problem is when I scroll the RecyclerView B I can see that the RecyclerView A is scrolling too. How can I fix this? The root layout is CoordinayorLayout.

Upvotes: 1

Views: 3422

Answers (1)

Shadwork
Shadwork

Reputation: 97

Take a look at example with custom Behavior example

Upvotes: 2

Related Questions