You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the "TopSheetBehavior" with NestedScrollView.
if i replace NestedScrollView with LinearLayout, everything work fine. But if i use NestedScrollView, the "FrameLayout (i.e. top Sheet)" cannot be collapsed.
Just more understanding:
I have NestedScrollView
|
|----->NestedScrollView has TabLayout.
|
|------> Tablayout has Fragment
|
|------> Fragment has this "Top Sheet"
Could you please help... :-)
The text was updated successfully, but these errors were encountered:
pacifire
changed the title
need help with NestedScrollView
Need help with NestedScrollView
May 29, 2017
I am trying to use the "TopSheetBehavior" with NestedScrollView.
if i replace NestedScrollView with LinearLayout, everything work fine. But if i use NestedScrollView, the "FrameLayout (i.e. top Sheet)" cannot be collapsed.
Just more understanding:
I have NestedScrollView
|
|----->NestedScrollView has TabLayout.
|
|------> Tablayout has Fragment
|
|------> Fragment has this "Top Sheet"
Could you please help... :-)
The text was updated successfully, but these errors were encountered: