Kiran Koravi
Kiran Koravi

Reputation: 164

Reduce only up/down number size in NumberPicker

I want reduce size of up/down numbers (marked with arrow), keeping middle number size bigger.

I want reduce size of up/down numbers, keeping middle number size bigger

Upvotes: 0

Views: 458

Answers (1)

K.D.U
K.D.U

Reputation: 21

you can use this library it will really help you

https://github.com/lantouzi/WheelView-Android

compile 'com.lantouzi.wheelview:library:1.0.1'

Upvotes: 1

Related Questions