I need custom behavior for Android, like on the iPhone
.

I currently need the layout for selecting numbers, as indicated in the above image. I tried http://code.google.com/p/customspinner/ , but the API for setting the current value does not exist, we can only get the current value. I must be able to set the current value to say “70”, and this should work on different Android devices with resolution.
source share