Skip to content

Commit

Permalink
Fix status bar icons in light theme
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Cheung <[email protected]>
  • Loading branch information
Ricky Cheung committed Jun 26, 2024
1 parent db87fe3 commit c2a48ac
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 @@ -29,6 +29,7 @@
<item name="colorPrimaryInverse">@color/md_theme_light_primaryInverse</item>

<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowLightStatusBar">true</item>
<item tools:targetApi="29" name="android:enforceNavigationBarContrast">true</item>
<item tools:targetApi="29" name="android:navigationBarColor">@android:color/transparent</item>

Expand Down

0 comments on commit c2a48ac

Please sign in to comment.