Skip to content

Commit

Permalink
Keep the status bar transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanklee committed Dec 10, 2023
1 parent 818a64b commit 3992ad7
Showing 1 changed file with 1 addition and 0 deletions.
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.Sapio" parent="Theme.Material3.DynamicColors.DayNight">
<!-- Remove capitalized text in button -->
<item name="textAllCaps">false</item>
<item name="android:statusBarColor">@android:color/transparent</item>
</style>

<style name="Theme.Sapio.NoActionBar">
Expand Down

0 comments on commit 3992ad7

Please sign in to comment.