Skip to content

Commit a6307c7

Browse files
committed
🐛 Status bar icon color
1 parent bdba2cb commit a6307c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<style name="Theme.MotionEmulator" parent="Theme.AppCompat.DayNight.NoActionBar">
4+
<item name="android:windowLightStatusBar">true</item>
5+
</style>
6+
</resources>

app/src/main/res/values/themes.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
22
<style name="Theme.MotionEmulator" parent="Theme.AppCompat.DayNight.NoActionBar">
3-
<item name="colorPrimary">@color/purple_500</item>
43
</style>
54
</resources>

0 commit comments

Comments
 (0)