michaelmuenzer / ScrollableNumberPicker

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

Question #8

Closed tigpalmas closed 6 years ago

tigpalmas commented 6 years ago

is it possible to change the icons size ? att

michaelmuenzer commented 6 years ago

There is no specific xml-attribute for doing that, but you can change the drawables you are using to achieve this. So you could e.g. change android:width and android:height in arrow_up_bold_circle_outline.xml.

With the help of app:snp_buttonTouchScaleFactor you can also change the size when the user presses one of the buttons.