Skip to content

zhxhcoder/CYStickyNavLayout

Repository files navigation

CYStickyNavLayout

横向列表滑动释放查看更多

动态效果图:

最新状况

现已加入XComponent豪华套餐

https://github.com/zhxhcoder/XComponent

使用方法

引用 implementation 'com.zhxh:xcomponentlib:2.8'

    <com.zhxh.xcomponentlib.xstickyhorizon.XStickyNavContainer
        android:id="@+id/xStickynavlayout"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal"
        android:paddingBottom="15dp">

        <android.support.v7.widget.RecyclerView
            android:id="@+id/xRecyclerview"
            android:layout_width="fill_parent"
            android:layout_height="160dp"
            android:layout_gravity="center_vertical"
            android:background="@color/color_white"
            android:overScrollMode="never"
            android:scrollbars="none" />

    </com.zhxh.xcomponentlib.xstickyhorizon.XStickyNavContainer>
    
    
  xStickynavlayout.setOnStartActivity(() -> RequestManager.toQuantTacticsReverse(strategyId, pageTitle));

About

Android自定义控件-回弹效果的水平滑动容器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published