travijuu / NumberPicker

A simple customizable NumberPicker plugin for Android
MIT License
101 stars 27 forks source link

any view from inc/dec button #17

Open akaGelo opened 5 years ago

akaGelo commented 5 years ago

I wanted to use the AppCompatImageButton for inc/dec buttons. This caused the

java.lang.ClassCastException: android.support.v7.widget.AppCompatImageButton cannot be cast to android.widget.Button
hendrawd commented 3 years ago

@travijuu IMHO this is a good improvement since it will increase the flexibility of the library.

hendrawd commented 3 years ago

This PR will solve https://github.com/travijuu/NumberPicker/issues/4