florent37 / ExpansionPanel

Android - Expansion panels contain creation flows and allow lightweight editing of an element.
https://material.io/guidelines/components/expansion-panels.html
Apache License 2.0
1.98k stars 240 forks source link

ExpansionLayout content is scrolled, how can I turn it off? #72

Closed MaryChek closed 2 years ago

MaryChek commented 2 years ago

I have scrollview and there are several expansion lists so I don't need to scroll inside the extension layout. android: overScrollMode = "never" do not help, only remove the scroll shadow, but the list still scroll a little. But in general I need the nestedScrollingEnabled parameter, but if I use it in the extension layout I get a NullPointerException error

MaryChek commented 2 years ago

I'm sorry. Kotlin update fixed everything.