Hello everyone. I recently stumbled upon an issue with ScrollView. I have in my layout a horizontal RecyclerView with an ExpandableListView just beneath it. Since the RecyclerView takes up half the screen, I want to put the whole layout in a ScrollView so the user could see the ExpandableListView on the whole screen height, "pushing" the RecyclerView up.
I know there's been an issue with nested ScrollView elements, but I thought support design library 23.2 should've fixed that. Unfortunately it seems it doesn't. I tried using " request DisallowInterceptTouchEvent on the inner scrolview element, but I still can't get it to work.. I've been stuck on it for far too long, and would reaely appreciate any help with that. Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/3d643699-aebe-47f8-b22f-70ec139f3a3e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

