android - Image/Drawbale/CustomView in a NumberPicker -


is there way use android numberpicker scroll through images (with or without text)

i've tried extend numberpicker , edittext

(edittext v = (edittext) getchildat(0)) ; 

then tried set background drawable or compounddrawable.

but images displayed when edittext in editmode, otherwise they're hidden. idea how create numberpicker images?


Comments