更新测试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

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Wed Feb 12 05:28:02 GMT 2025
#Wed Feb 12 06:03:38 GMT 2025
stageCount=1
libraryProject=libappbase
baseVersion=1.3
publishVersion=1.3.0
buildCount=41
buildCount=42
baseBetaVersion=1.3.1

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="MyAppTheme" parent="APPBaseTheme">
<style name="AppTheme" parent="APPBaseTheme">
<item name="themeGlobalCrashActivity">@style/MyGlobalCrashActivityTheme</item>
</style>

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Wed Feb 12 05:28:02 GMT 2025
#Wed Feb 12 06:03:38 GMT 2025
stageCount=1
libraryProject=libappbase
baseVersion=1.3
publishVersion=1.3.0
buildCount=41
buildCount=42
baseBetaVersion=1.3.1