Ultra Commit

This commit is contained in:
2025-03-25 22:25:14 +08:00
parent 8443a94b73
commit f85bc1c2a6
75 changed files with 5720 additions and 42 deletions

View File

@@ -33,7 +33,8 @@
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="menu_home">主页</string>
<string name="menu_gallery">歌曲成绩</string>
<string name="menu_gallery">地图</string>
<string name="menu_music">歌曲成绩</string>
<string name="menu_slideshow">设置</string>
<string name="nav_header_title">FindMaimaiDX</string>
<string name="nav_header_subtitle">Reisa</string>

View File

@@ -4,4 +4,13 @@
<style name="BorderStyle">
<item name="android:background">@drawable/border</item>
</style>
<style name="CustomDialogStyle" parent="Theme.MaterialComponents.Light.Dialog">
<item name="shapeAppearance">@style/ShapeAppearance.App.Dialog</item>
</style>
<style name="ShapeAppearance.App.Dialog" parent="ShapeAppearance.MaterialComponents.MediumComponent">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">16dp</item>
</style>
</resources>

View File

@@ -19,4 +19,18 @@
</style>
<style name="Theme.FindMaimaiUltra.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/>
<style name="Theme.FindMaimaiUltra.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/>
<style name="NewTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
<item name="colorOnPrimary">@color/white</item>
<!-- Secondary brand color. -->
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_700</item>
<item name="colorOnSecondary">@color/black</item>
<!-- Status bar color. -->
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->
</style>
</resources>