first commit

This commit is contained in:
2023-07-23 19:01:45 +09:00
commit 3e62c754df
43 changed files with 1434 additions and 0 deletions

View File

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