Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Loading Custom Number Picker Drawable [Image Inside]

On the left is the default Number Picker by android. Is it possible to load a custom number picker like on the right, if I have the drawable images?

NumberPicker

like image 365
Zen Avatar asked Jan 25 '14 00:01

Zen


1 Answers

Yes, you can customize it like any other widget in android. you can extend the class and edit it programmaticly or you can use selector.

refer to this tutorial.custom number picker

like image 68
Bri6ko Avatar answered Oct 20 '22 11:10

Bri6ko