我正在尝试为我的步数指示器提供点击功能。目前,我正在使用来自GitHub https://github.com/badoualy/stepper-indicator的该库。
我看到了这个具有点击功能的库, https://github.com/kofigyan/StateProgressBar 但这只有步骤到5。
<com.kofigyan.stateprogressbar.StateProgressBar
android:id="@+id/your_state_progress_bar_id"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:spb_currentStateNumber="one"
app:spb_maxStateNumber="five"
app:spb_stateBackgroundColor="#BDBDBD"
app:spb_stateForegroundColor="#009688"
app:spb_stateNumberBackgroundColor="#808080"
app:spb_stateNumberForegroundColor="#eeeeee"
app:spb_currentStateDescriptionColor="#009688"
app:spb_stateDescriptionColor="#808080"
app:spb_animateToCurrentProgressState="true"
app:spb_checkStateCompleted="true"/>
大于5,不受支持。
是否有任何真正支持此功能的库,或者您知道如何实现此功能? 单击状态后,我想转到该viewpager。