Skip to content

Commit

Permalink
Make navigation bar transparent (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloG02 authored Jan 29, 2024
1 parent 0b0e48c commit c87f753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
<style name="AppTheme" parent="BaseAppTheme">
<item name="android:windowLightNavigationBar">false</item>
<item name="android:windowLightStatusBar">false</item>
<item name="android:enforceNavigationBarContrast">false</item>
</style>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
<style name="AppTheme" parent="BaseAppTheme">
<item name="android:windowLightStatusBar">true</item>
<item name="android:windowLightNavigationBar">true</item>
<item name="android:enforceNavigationBarContrast">false</item>
</style>
</resources>

0 comments on commit c87f753

Please sign in to comment.