Skip to content

仿同花顺自选股列表控件,可横向滚动,可拖拽显示隐藏view

Notifications You must be signed in to change notification settings

clearstarrysky/SwipeHorizontalScrollView

 
 

Repository files navigation

SwipeHorizontalScrollView

自定义的仿同花顺自选股控件,支持向右侧滑,联动滚动。

如何使用

详细介绍 app:needHideLeft="true"设置是否隐藏firstView app:needShadow="true"设置是否需要阴影

<com.loren.component.view.widget.SwipeHorizontalScrollView id="@+id/swipeHorizontalView">
...滚动的view
</com.loren.component.view.widget.SwipeHorizontalScrollView>
<com.loren.component.view.widget.HorizontalRecyclerView
        android:id="@+id/rvStock"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:needHideLeft="true"
        app:needShadow="true" />

📸 Screenshots

About

仿同花顺自选股列表控件,可横向滚动,可拖拽显示隐藏view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%