This commit is contained in:
2025-04-08 23:05:25 +08:00
parent a71d53e8c4
commit 149e156e24
41 changed files with 2647 additions and 3 deletions

View File

@@ -39,6 +39,7 @@
<string name="nav_header_title">FindMaimaiDX</string>
<string name="nav_header_subtitle">Reisa</string>
<string name="action_settings">设置</string>
<string name="menu_pixiv">pixiv</string>
</resources>

View File

@@ -12,5 +12,10 @@
<item name="cornerFamily">rounded</item>
<item name="cornerSize">16dp</item>
</style>
<style name="CustomSearchView" parent="Widget.AppCompat.SearchView">
<item name="queryBackground">@drawable/custom_searchview_background</item>
</style>
<style name="DialogAnimation"> <item name="android:windowEnterAnimation">@anim/dialog_enter</item>
<item name="android:windowExitAnimation">@anim/dialog_exit</item>
</style>
</resources>