Skip to content

Commit

Permalink
Merge pull request #61 from GustavoASantos/transparent_navigation_bar
Browse files Browse the repository at this point in the history
Make navigation bar transparent
  • Loading branch information
jd1378 authored Jan 22, 2024
2 parents 69c6e15 + 335ffc8 commit cb7abba
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-v29/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<style name="Theme.OtpHelper" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="android:windowBackground">?android:colorBackground</item>
<item name="android:navigationBarColor">@android:color/transparent</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 @@ -3,6 +3,7 @@

<style name="Theme.OtpHelper" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="android:windowBackground">?android:colorBackground</item>
<item name="android:navigationBarColor">@android:color/transparent</item>
</style>

</resources>

0 comments on commit cb7abba

Please sign in to comment.