michaelmuenzer / ScrollableNumberPicker

Easy to use customizable number picker for Android mobile and tv
MIT License
78 stars 22 forks source link

Buttons automatically move according to the number of digits #14

Open ohadSL opened 6 years ago

ohadSL commented 6 years ago

Is there any way to set fixed margin between the buttons and value? I don't like that the buttons move automatically when the number of digits is changed. For example, if the current number is 9 and the user press on the increase icon, the buttons would move automatically because of the "valueMarginStart" "valueMarginEnd" values.

Staruhhha commented 3 years ago

I have the same problem. If you found how to fix this problem, could you tell me please