MrMannWood / launcher

Apache License 2.0
47 stars 9 forks source link

Fully transparent status & navigation bar on Android API Level v29+ #34

Closed gerelef closed 1 year ago

gerelef commented 2 years ago

Issue: #33, #31 As mentioned in the commit messages, I couldn't find a non-programmatic way to change behaviour pre-v29 API, due to android:enforceNavigationBarContrast & android:enforceStatusBarContrast XML tags only existing on v29+. I also believe this will not present an issue, since the default behaviour is preserved.

MrMannWood commented 1 year ago

I like the idea, but this approach results in too much duplicate code. I've added this with less duplicate: 8289e458b5f63e57d36621528bba59151731d8a4

And I credited you in the commit message.