milosmns / actual-number-picker

Android: A horizontal number picker
GNU General Public License v3.0
222 stars 36 forks source link

[FIX] Fix to use big values on selector. Issue: https://github.com/mi… #9

Closed mathias21 closed 7 years ago

mathias21 commented 7 years ago

…losmns/actual-number-picker/issues/8. Tested with values: (app:max_value="4016" app:min_value="1008" app:value="2016" // app:max_value="16" app:min_value="1" app:value="5" // app:max_value="200" app:min_value="19" app:value="19")

mathias21 commented 7 years ago

Hi @milosmns

I had to fix a problem with android-maven-gradle-plugin, I hope this is not breaking anything for you. Let me know if you have problems.

Thank you.

mathias21 commented 7 years ago

Hi @milosmns

There it is the PR. I hope this will help ;)

Thank you!

milosmns commented 7 years ago

Considering this fixed.