An horizontal Number picker for android.
Import YearPicker, YearPickerAdapter and Utils in your android project to use the numberPicker.
You can custom it as you want.
<com.your.package.YearPicker
android:id="@+id/yearpicker"
android:layout_width="100dp"
android:layout_height="100dp" />yearPicker.minValue = 10
yearPicker.maxValue = 80
yearPicker.defaultValue = 30
yearPicker.onValueChange = { value -> }Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
