mirror of
https://github.com/InvertGeek/MixFile.git
synced 2026-06-04 02:21:31 +08:00
optimize ui
This commit is contained in:
@@ -15,8 +15,8 @@ android {
|
||||
applicationId = "com.donut.mixfile"
|
||||
minSdk = 26
|
||||
targetSdk = 35
|
||||
versionCode = 98
|
||||
versionName = "1.12.15"
|
||||
versionCode = 99
|
||||
versionName = "1.12.16"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
||||
@@ -98,7 +98,7 @@ fun MainTheme(
|
||||
}
|
||||
val window = (view.context as Activity).window
|
||||
window.statusBarColor = colorScheme.surface.toArgb()
|
||||
window.navigationBarColor = Color.Transparent.toArgb()
|
||||
window.navigationBarColor = colorScheme.surface.toArgb()
|
||||
WindowCompat.getInsetsController(window, view).apply {
|
||||
isAppearanceLightNavigationBars = true
|
||||
isAppearanceLightNavigationBars = false
|
||||
|
||||
Reference in New Issue
Block a user