Can we make custom horizontal NumberPicker in our own without library?

111 Views Asked by At
    <NumberPicker
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:orientation="horizontal" />

Can we make custom numberpicker using the NumberPicker and adding some Drawable ? Sample Image

1

There are 1 best solutions below

1
On

here is a link with a quite detailed tutorial about what you can change in the style of the numberpicker without using a library. Hope it helps.