Skip to content

Commit

Permalink
Use transparent status bar color
Browse files Browse the repository at this point in the history
  • Loading branch information
t895 authored and thestinger committed Apr 19, 2024
1 parent 89c391b commit 9ca60df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<style name="AuditorTheme" parent="Theme.Material3.DayNight.NoActionBar">
<!-- required for going edge-to-edge -->
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:statusBarColor">@android:color/transparent</item>

<item name="colorPrimary">@color/graphenePrimaryColor</item>
<item name="colorOnPrimary">@color/grapheneOnPrimaryColor</item>
Expand Down

0 comments on commit 9ca60df

Please sign in to comment.