设置状态栏文字颜色(黑/白)设置为浅色状态栏,即黑色字体private fun setLightStatusBar() {
val flags = window.decorView.systemUiVisibility
win
2023-02-24