This commit is contained in:
2024-02-08 13:59:24 +01:00
parent 0be47bd6de
commit 908afddc3f
246 changed files with 5166 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.Chat" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
</style>
<style name="Theme.Chat" parent="Base.Theme.Chat" />
</resources>