自定义的仿同花顺自选股控件,支持向右侧滑,联动滚动。
详细介绍
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" />