tp 3 exo 2

This commit is contained in:
2024-02-08 16:15:35 +01:00
parent 54d5472df8
commit 71db131827
45 changed files with 946 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<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>