Skip to content

elfefe/HorizontalNumberPicker

Repository files navigation

HorizontalNumberPicker

An horizontal Number picker for android.

Setup

Import YearPicker, YearPickerAdapter and Utils in your android project to use the numberPicker.

You can custom it as you want.

Usage

<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 -> }

Look

Contributing

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.

License

GPL-3.0 License

About

An horizontal Number picker for android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages