update:2021.01.29

fix:锁屏界面修改为全屏,屏蔽导航栏和通知栏
add:
This commit is contained in:
2021-01-29 16:40:05 +08:00
parent 32a61c38c3
commit 299ada5a6f
9 changed files with 88 additions and 26 deletions

View File

@@ -112,6 +112,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
compileOnly files('src/main/libs/classes.jar')
implementation 'androidx.appcompat:appcompat:1.2.0'
//implementation 'com.android.support:multidex:1.0.3'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'