Files
Android/Grille/app/src/main/res/values/themes.xml
T
2026-03-22 13:57:47 +01:00

9 lines
390 B
XML

<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.Grille" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
</style>
<style name="Theme.Grille" parent="Base.Theme.Grille" />
</resources>