修改dialogfragment实现

This commit is contained in:
laoyuyu
2020-07-05 12:27:02 +08:00
parent 023f648d07
commit 981917fa52
13 changed files with 40 additions and 20 deletions

View File

@@ -23,6 +23,10 @@ android {
dataBinding {
enabled = true
}
lintOptions {
abortOnError false
}
}
dependencies {