Skip to content

This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)

License

Notifications You must be signed in to change notification settings

LuckyCodeer/Android-PickerView

 
 

Repository files navigation

Android-PickerView

起始时间和终止时间,都已支持控制到时分秒

解决原库时间范围不控制时分秒的问题 原库地址:https://github.com/Bigkoo/Android-PickerView

1.添加Gradle依赖:

allprojects {
		repositories {
			maven { url 'https://jitpack.io' }
		}
	}

dependencies {
	        implementation 'com.github.LuckyCodeer.Android-PickerView:pickerview:4.2.8'
	}

About

This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%