滚动

时间:2016-10-03 10:58:12

标签: android android-number-picker

我正在尝试在闹钟中使用时间选择器。我当前的最低级别api设置为17,所以我不能只使用时间/日期选择器并将样式设置为微调器,因为这仅在api 21中可用。

我找到了这个库:

https://github.com/KasualBusiness/MaterialNumberPicker

我已经能够格式化2个数字并使其完全像时间微调器一样运行。唯一的是灵敏度。对于我从0分钟刷到59分钟,需要进行13次滑动,这是非常艰巨且不切实际的。

该库基于Android编号选择器,我可以使用数字选择器格式化器更改格式:

https://developer.android.com/reference/android/widget/NumberPicker.html

我一直无法找到提高滚动灵敏度的方法。

先谢谢你的帮助

0 个答案:

没有答案