fix: 修改日期选择器按钮样式

This commit is contained in:
2023-01-09 17:21:23 +08:00
parent cdc5e8a95f
commit 2eddd942d2
25 changed files with 2473 additions and 4 deletions

View File

@@ -102,8 +102,9 @@ dependencies {
// 文件选择器 https://github.com/rosuH/AndroidFilePicker/blob/master/README_CN.md
implementation 'me.rosuh:AndroidFilePicker:0.8.2'
// 时间选择器 https://github.com/Gredicer/datetimepicker
implementation 'com.github.Gredicer:datetimepicker:V1.0.0'
// // 时间选择器 https://github.com/Gredicer/datetimepicker
// implementation 'com.github.Gredicer:datetimepicker:V1.0.0'
implementation project(path: ':datetimepicker')
//带侧滑的自定义列表
implementation 'com.yanzhenjie.recyclerview:x:1.3.2'