blazsolar / HorizontalPicker

Android widget allowing user to select one item from set of them by swiping left and right.
http://blaz.solar/HorizontalPicker
Apache License 2.0
228 stars 81 forks source link

text is being cropped for numeric text #53

Open 1abid opened 8 years ago

1abid commented 8 years ago

Hello @blazsolar , I am using your awesome library for one of my project . Its working just perfect for my need , but I cant handle the width of the item for numeric text for(10....17) but it works fine for text(0-9) . here is the screenshot of the problem . Please let me know which modification should be done to fix this

first secoend
blazsolar commented 8 years ago

you won't be able to change that. Library is designed that it always shows n items on screen, so each item has equal width. You won't be able to get around this.