Zen
Zen

Reputation: 2728

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

Upvotes: 6

Views: 9358

Answers (1)

Bri6ko
Bri6ko

Reputation: 1905

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

Upvotes: 7

Related Questions