Files
DEV/DEV4.5/app/src/main/res/values/themes.xml
2024-02-08 16:15:35 +01:00

9 lines
387 B
XML

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