noties / Scrollable

Android scrollable tabs
Apache License 2.0
1.24k stars 229 forks source link

scrollable scrollview in fragment not scrolled #67

Closed hyuni closed 2 years ago

hyuni commented 2 years ago

Thanks for providing a useful library.

  1. layout root - ru.noties.scrollable.ScrollableLayout +----- LinearLayout +---- View (Sticky Header. this view not closeup. minimum size) +---- TabLayout +----- ViewPager2

  2. setting setMaxScrollY(400), setAutoMaxScroll(false)

  3. issue each fragment has children like scrollview(or recyclerview). but not scrolled