状态栏的设置,最后采取的是隐藏状态栏,透明状态栏需要在页面中调整布局

This commit is contained in:
2022-10-31 11:51:27 +08:00
parent f1137bfbf2
commit b4e1d2c06f
5 changed files with 247 additions and 1 deletions

View File

@ -68,4 +68,5 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.preference:preference:1.1.1'
//implementation fileTree(include: ['*.aar'], dir: 'libs')
api 'com.readystatesoftware.systembartint:systembartint:1.0.3'
}