StickyScrollView icon indicating copy to clipboard operation
StickyScrollView copied to clipboard

Support ViewGroup as sticky

Open yanzhenjie opened this issue 8 years ago • 1 comments

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"/>

yanzhenjie avatar Jul 13 '17 11:07 yanzhenjie

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"/>

micrologic avatar Dec 19 '18 09:12 micrologic