Layout_behavior With An Adapter Inside Another One
I have been searching and found some close questions and answer but none of them works. I'm using CoordinatorLayout for a list RecyclerView with AppBarLayout and ToolBar. My Goal:
Solution 1:
Found a Solution.
When create the parent Vertical ListView set setNestedScrollingEnabled as true. And when create the child Horizontal ListView set setNestedScrollingEnabled as false.
Post a Comment for "Layout_behavior With An Adapter Inside Another One"