应用风格架构基本完成

This commit is contained in:
ZhanGSKen
2025-02-12 13:27:37 +08:00
parent 49d300dd33
commit 13510f45cf
14 changed files with 260 additions and 98 deletions

View File

@@ -7,7 +7,7 @@
android:name=".App"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:theme="@style/MyAppTheme"
android:resizeableActivity="true">
<activity