更新测试APP风格配置

This commit is contained in:
ZhanGSKen
2025-02-12 14:06:02 +08:00
parent 13510f45cf
commit 3239778922
4 changed files with 6 additions and 6 deletions

View File

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