6

On the left is the default Number Picker by android. Is it possible to load a custom number picker like on the right, if I have the drawable images?

NumberPicker

Zen
  • 2,524
  • 3
  • 19
  • 40
  • If one of these answers has pointed you in the right direction please mark it as the accepted answer now, thank you – Nick Cardoso Jan 27 '14 at 03:19

1 Answers1

7

Yes, you can customize it like any other widget in android. you can extend the class and edit it programmaticly or you can use selector.

refer to this tutorial.custom number picker

Bri6ko
  • 1,798
  • 1
  • 16
  • 26