nitrico / StickyScrollView

Sticky observable nested ScrollView for Android
52 stars 9 forks source link

Support ViewGroup as sticky #5

Open yanzhenjie opened 7 years ago

yanzhenjie commented 7 years ago

The code has been submitted to #4 , such as:

<android.support.design.widget.TabLayout
      android:id="@+id/layout_tab_middle"
      style="@style/WrapContent.WidthMatchParent"
      android:background="@color/white"
      android:tag="sticky"/>
micrologic commented 5 years ago

If ViewPager contain fragment is not show content
<android.support.v4.view.ViewPager android:id="@+id/view_pager" android:layout_width="match_parent" android:layout_height="wrap_content"/>