Skip to content

Commit bafb873

Browse files
authored
themes.xml
1 parent 24e137b commit bafb873

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
<resources> <style name="Theme.SubPilot" ... /> </resources>
1+
<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

Comments
 (0)