Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to make a horizontal NumberPicker?

The widget NumberPicker from Android is vertical, with the increase and decrease buttons above and below the number display.

Is it possible to make it horizontal? With the buttons on the left and the right of the number?

like image 435
NullPointerException Avatar asked Jul 22 '11 21:07

NullPointerException


1 Answers

You cannot change NumberPicker AFAIK, but writing your own should be fairly straightforward.

like image 52
CommonsWare Avatar answered Oct 04 '22 10:10

CommonsWare