-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
我是直接使用:
<com.loper7.date_time_picker.number_picker.NumberPicker android:id="@+id/dateTimePicker2" android:layout_width="match_parent" android:layout_height="@dimen/dp_50" android:layout_marginTop="@dimen/dp_12" app:layout_constraintTop_toBottomOf="@id/tv_tip_cl2" app:np_dividerColor="@android:color/transparent" app:np_max="40" app:np_min="1" app:np_orientation="horizontal" app:np_selectedTextColor="@color/vm_color_brand_hover" app:np_selectedTextSize="@dimen/sp_16" app:np_textColor="@color/vm_color_text_01" app:np_textSize="@dimen/sp_14" app:np_value="12" app:np_wheelItemCount="7" app:np_wrapSelectorWheel="false" />
- 通过点击的方式切换,选项,无法正确的选中点击的选项,同时setOnScrollListener方法没有回调。
建议公开:mScrollState属性,如果我通过setOnValueChangedListener的值来获取选中的选项,会回调太频繁
Metadata
Metadata
Assignees
Labels
No labels