File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# DialogUtilsApp
22[ ![ License] ( https://img.shields.io/badge/License%20-Apache%202-337ab7.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
33[ ![ API] ( https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=21 )
4- [ ![ ] ( https://jitpack.io/v/com.gitee.osard /DialogUtilsLib.svg )] ( https://jitpack.io/#com.gitee.osard /DialogUtilsLib )
4+ [ ![ ] ( https://jitpack.io/v/com.github.osplugin /DialogUtilsLib.svg )] ( https://jitpack.io/#com.github.osplugin /DialogUtilsLib )
55
66### 一、介绍
77替换系统dialog风格后的通用提示框工具类,可以覆盖lib下的定义资源,改变现有的颜色风格,需要改变布局风格,可参考文档覆盖属性
@@ -44,8 +44,8 @@ dependencies {
4444 ...
4545
4646 def dialog_version = 'x.x.x' //使用最新版本,下方lib二选一,不可同时使用,高SDK版本编译建议使用DialogFragmentUtilsLib,生命周期处理更好
47- implementation "com.gitee.osard .DialogUtilsLib:DialogUtilsLib:$dialog_version"
48- implementation "com.gitee.osard .DialogUtilsLib:DialogFragmentUtilsLib:$dialog_version"
47+ implementation "com.github.osplugin .DialogUtilsLib:DialogUtilsLib:$dialog_version"
48+ implementation "com.github.osplugin .DialogUtilsLib:DialogFragmentUtilsLib:$dialog_version"
4949
5050 //资源依赖
5151 implementation 'com.google.android.material:material:1.3.0'
You can’t perform that action at this time.
0 commit comments