Making number picker backwards compatible with android 2.2

Rin

New Member
ok i have an app that works just fine but would like to make it function on more devices. the only place i have an issue remaining at is the number picker i set up in the original xml layout. i would like to know peoples opinion on the best way of making the number picker function work on android 2.2 the number picker currently just accepts a number 0-60 that represents an amount of time. been playing around with just a text input field formatted for numbers only but takes allot of the visual appeal of the "wheel" number picker away. :(
 
Top