增加了系统状态栏透明功能
TODO UI需要部分适配下

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-03-29 21:27:24 +08:00
committed by pangfan
parent f28fa33394
commit 1c0ea65926
12 changed files with 107 additions and 144 deletions

View File

@@ -61,7 +61,7 @@ internal class BadCaseView: ConstraintLayout {
close?.onClick {
onDismiss?.invoke()
}
fitsSystemWindows = true
//fitsSystemWindows = true
cancel?.also {
it.background = shape(solid = Color.parseColor("#3B4577"), radius = 16)
it.onClick {