AndroidTopSheet icon indicating copy to clipboard operation
AndroidTopSheet copied to clipboard

Need help with NestedScrollView

Open pacifire opened this issue 7 years ago • 0 comments

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

pacifire avatar May 29 '17 12:05 pacifire