TechIsFun / AndroidTopSheet

A "top" version of BottomSheetDialog
Apache License 2.0
84 stars 73 forks source link

Need help with NestedScrollView #1

Open pacifire opened 7 years ago

pacifire commented 7 years ago

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... :-)