We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e137b commit bafb873Copy full SHA for bafb873
1 file changed
app/src/main/res/values-night/themes.xml
@@ -1 +1,7 @@
1
-<resources> <style name="Theme.SubPilot" ... /> </resources>
+<resources xmlns:tools="http://schemas.android.com/tools">
2
+ <style name="Theme.SubPilot" parent="Theme.Material3.DayNight.NoActionBar">
3
+ <item name="colorPrimary">@color/purple_40</item>
4
+ <item name="colorSecondary">@color/pink_40</item>
5
+ <item name="android:statusBarColor" tools:targetApi="l">?attr/colorSurfaceVariant</item>
6
+ </style>
7
+</resources>
0 commit comments