Skip to content

beilly/DateTimePicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • Java 100.0%