ScheduleTimeRuler
ScheduleTimeRuler copied to clipboard
可显示计划事件的缩放时间尺。(仿萤石云时间轴、Android View)
ScheduleTimeRulerView
DEMO
- 观看演示 DEMO-VIDEO
- 截图

使用
To get a Git project into your build:
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 {
implementation "com.github.mcxinyu:ScheduleTimeRuler:{last-version}"
}
组件
-
不喜欢它长得样子,支持自定义实现(你自己画哦)
-
支持横竖轴样式了
-
支持游标,也可通过回调自行显示
-
支持缩放时间轴,手势或调用代码
-
支持胶片样式的事件卡片
-
支持背景图片的事件卡片,但还不完美
TimeRulerView
- 时间尺
ScaleTimeRulerView
- 带缩放功能的时间尺
ScheduleTimeRulerView
- 带计划事件的缩放功能的时间尺
proguard-rules.pro
此库自带混淆规则,并自动导入,正常情况下无需手动导入。