We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdba2cb commit a6307c7Copy full SHA for a6307c7
app/src/main/res/values-notnight/themes.xml
@@ -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
@@ -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 commit comments