分开APP应用主题设置与类库主题预定设置。

This commit is contained in:
ZhanGSKen 2025-03-18 10:08:31 +08:00
parent 1dad84b65e
commit c1f576e343
4 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Mar 17 09:51:20 HKT 2025
#Tue Mar 18 02:07:05 GMT 2025
stageCount=4
libraryProject=libappbase
baseVersion=15.0
publishVersion=15.0.3
buildCount=0
buildCount=1
baseBetaVersion=15.0.4

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/MyAPPBaseTheme"
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="MyAPPBaseTheme" parent="APPBaseTheme">
<item name="attrColorPrimary">@color/colorPrimary</item>
<item name="themeGlobalCrashActivity">@style/MyGlobalCrashActivityTheme</item>
</style>

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Mar 17 09:51:04 HKT 2025
#Tue Mar 18 02:07:05 GMT 2025
stageCount=4
libraryProject=libappbase
baseVersion=15.0
publishVersion=15.0.3
buildCount=0
buildCount=1
baseBetaVersion=15.0.4