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?

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

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

link|improve this answer
feedback

Nope. In fact, you can't even really use it yet, even though it appears in the Graphical Layout builder. It's still protected.

This question has some related info: Android Number Picker Dialog

link|improve this answer
feedback

One RelativeLayout 2 Buttons one EditText/TextView with fancy background between them and there you go. Setting MIN and MAX, overriding the onClickListener()s. Few tests. That's it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.