<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
<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
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.