Skip to content

This is a custom android datepicker timepicker from android source.

Notifications You must be signed in to change notification settings

beilly/DateTimePicker

 
 

Repository files navigation

这是一个从android源码改编过来的时间控件

最新版本请参考此处

这是一个从Android源码导出来的NumberPicker的项目,里面添加了一些常用的实现。

image

gradle

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

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

Step 2. Add the dependency

dependencies {
        compile 'com.github.shibenli:DateTimePicker:v0.0.8'
}

About

This is a custom android datepicker timepicker from android source.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%