Skip to content

Commit

Permalink
Make navigation bar transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoASantos committed Jan 21, 2024
1 parent 69c6e15 commit 335ffc8
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 335ffc8

Please sign in to comment.