Skip to content

Commit a40a895

Browse files
committed
Add styles
1 parent 3a7958c commit a40a895

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
22
<!-- Base application theme. -->
3-
<style name="Base.Theme.ListaSpam" parent="Theme.Material3.DayNight.NoActionBar">
3+
<style name="Base.Theme.ListaSpam" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
44
<!-- Customize your dark theme here. -->
5-
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
5+
<item name="colorPrimary">@color/white</item>
66
</style>
77
</resources>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<resources xmlns:tools="http://schemas.android.com/tools">
22
<!-- Base application theme. -->
3-
<style name="Base.Theme.ListaSpam" parent="Theme.Material3.DayNight.NoActionBar">
3+
<style name="Base.Theme.ListaSpam" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
44
<!-- Customize your light theme here. -->
55
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
66
</style>

0 commit comments

Comments
 (0)