We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf53ba commit d96d848Copy full SHA for d96d848
app/src/main/res/values/styles.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources xmlns:tools="http://schemas.android.com/tools">
3
4
- <style name="AppTheme" parent="@style/Theme.MaterialComponents.DayNight.NoActionBar">
+ <style name="AppTheme" parent="@style/Theme.Material3.DayNight.NoActionBar">
5
<item name="colorAccent">@color/colorAccent</item>
6
<item name="colorPrimary">@color/colorPrimary</item>
7
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
0 commit comments