IPhone like Spinner for Android

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

enter image description here

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.

+4
source share

Source: https://habr.com/ru/post/1384854/


All Articles