Initial commit

This commit is contained in:
2025-02-18 15:16:32 +08:00
commit e49f96d117
46 changed files with 1437 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<resources>
<!-- Base application theme. -->
<style name="Base.Theme.DefaultAppTheme" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your dark theme here. -->
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
<item name="android:background">@color/background_night</item>
</style>
</resources>