Skip to content

Commit

Permalink
🐛 Status bar icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufucdev committed Mar 8, 2024
1 parent bdba2cb commit a6307c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/src/main/res/values-notnight/themes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.MotionEmulator" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="android:windowLightStatusBar">true</item>
</style>
</resources>
1 change: 0 additions & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="Theme.MotionEmulator" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="colorPrimary">@color/purple_500</item>
</style>
</resources>

0 comments on commit a6307c7

Please sign in to comment.