ashik94vc / ElegantNumberButton

Widget which acts as a number counter which changes its number on +/- press.
Apache License 2.0
180 stars 63 forks source link

Added OnValueChangeListener and fixed XML range #3

Closed krakowski closed 8 years ago

krakowski commented 8 years ago

Hey,

I missed a OnValueChangeListener (like the one from Androids NumberPicker ), so I added one. I've included an example on how to use it in your MainActivity.

Furthermore, setting a range through XML wasn't working well so I (hopefully) fixed it. :)

Thanks for this beautiful widget!

ashik94vc commented 8 years ago

Thanks for contributing to the repo 😃