更新类库,分开应用与类库主题设置。

This commit is contained in:
ZhanGSKen 2025-03-18 10:21:32 +08:00
parent c62f3f1bea
commit 9a70fe7c0f
7 changed files with 13 additions and 13 deletions

View File

@ -46,7 +46,7 @@ android {
dependencies {
api project(':libapputils')
api fileTree(dir: 'libs', include: ['*.jar'])
implementation 'cc.winboll.studio:libappbase:15.0.3'
implementation 'cc.winboll.studio:libappbase:15.0.5'
//
implementation 'com.google.zxing:core:3.4.1'

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Tue Mar 18 09:52:45 HKT 2025
#Tue Mar 18 02:20:20 GMT 2025
stageCount=2
libraryProject=libapputils
baseVersion=15.0
publishVersion=15.0.1
buildCount=0
buildCount=2
baseBetaVersion=15.0.2

View File

@ -8,7 +8,7 @@
android:allowBackup="true"
android:icon="@drawable/ic_winboll"
android:label="@string/app_name"
android:theme="@style/UtilsTheme"
android:theme="@style/MyUtilsTheme"
android:supportsRtl="true">
<activity

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="UtilsTheme" parent="APPBaseTheme">
<style name="MyUtilsTheme" parent="APPBaseTheme">
<item name="attrColorPrimary">@color/colorPrimary</item>
<item name="themeGlobalCrashActivity">@style/UtilsGlobalCrashActivityTheme</item>
<item name="themeGlobalCrashActivity">@style/MyUtilsGlobalCrashActivityTheme</item>
</style>
<style name="UtilsGlobalCrashActivityTheme" parent="GlobalCrashActivityTheme">
<style name="MyUtilsGlobalCrashActivityTheme" parent="GlobalCrashActivityTheme">
<item name="colorTittle">#FFFFFFFF</item>
<item name="colorTittleBackgound">#FF00A4B3</item>
<item name="colorText">#FFFFFFFF</item>

View File

@ -21,7 +21,7 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
implementation 'cc.winboll.studio:libappbase:15.0.3'
implementation 'cc.winboll.studio:libappbase:15.0.5'
//
implementation 'com.google.zxing:core:3.4.1'

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Tue Mar 18 09:52:37 HKT 2025
#Tue Mar 18 02:20:20 GMT 2025
stageCount=2
libraryProject=libapputils
baseVersion=15.0
publishVersion=15.0.1
buildCount=0
buildCount=2
baseBetaVersion=15.0.2

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="MyAppTheme" parent="APPBaseTheme">
<style name="UtilsTheme" parent="APPBaseTheme">
<item name="attrColorPrimary">@color/colorPrimary</item>
<item name="themeGlobalCrashActivity">@style/MyGlobalCrashActivityTheme</item>
<item name="themeGlobalCrashActivity">@style/UtilsGlobalCrashActivityTheme</item>
</style>
<style name="MyGlobalCrashActivityTheme" parent="GlobalCrashActivityTheme">
<style name="UtilsGlobalCrashActivityTheme" parent="GlobalCrashActivityTheme">
<item name="colorTittle">#FFFFFFFF</item>
<item name="colorTittleBackgound">#FF00A4B3</item>
<item name="colorText">#FFFFFFFF</item>