How do you display a 2 digit NumberPicker in android?

前端 未结 3 716
渐次进展
渐次进展 2021-02-19 05:22

I want to create a timer and since I couldn\'t create a digital interface that is editable for the user to set the time I want to use the NumberPicker. However the NumberPicker

3条回答
  •  伪装坚强ぢ
    2021-02-19 06:00

    Implement a custom NumberPicker.Formatter that implements your value display padding and call setFormatter.

提交回复
热议问题