NumberPicker
NumberPicker copied to clipboard
Text jumping when difference in textSize so big.
I have a problem with text jumping when difference between textSize and selectedTextSize 2 times. Can we make text size changes smooth when scrolling up and down?
How to reproduce:
numberPicker.setTextSize(30); numberPicker.setSelectedTextSize(60);
Also found the same with settings
app:np_selectedTextSize="21sp"
app:np_textSize="15sp"
Any updates on that?