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

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

@@ -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>