fix(#40): tint status and navigation bars to match active theme and flip icon appearance #46
Reference in New Issue
Block a user
Delete Branch "feat/40-status-and-navigation-bar-colors-dont-follow-current-theme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
StatusBarColor/NavigationBarColorhelpers at the top ofAppThemewithcolorScheme.backgroundso every screen inherits the tint.isAppearanceLightStatusBars/isAppearanceLightNavigationBarsbased oncolor.luminance() > 0.5f, so the OS-drawn glyphs stay legible in both light and dark mode.Test plan
./gradlew :app:compileDebugKotlinis green (only pre-existing warnings in unrelated files).backgroundtint and the clock / battery / gesture pill icons are light.Closes #40