主题配置方案尝试
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Tue Mar 18 10:56:16 HKT 2025 | ||||
| #Tue Mar 18 04:12:56 GMT 2025 | ||||
| stageCount=6 | ||||
| libraryProject=libapputils | ||||
| baseVersion=15.0 | ||||
| publishVersion=15.0.5 | ||||
| buildCount=0 | ||||
| buildCount=7 | ||||
| baseBetaVersion=15.0.6 | ||||
|   | ||||
| @@ -2,6 +2,13 @@ | ||||
| <resources> | ||||
|     <style name="MyUtilsTheme" parent="UtilsTheme"> | ||||
|         <item name="attrColorPrimary">@color/colorPrimary</item> | ||||
|         <item name="themeGlobalCrashActivity">@style/GlobalCrashActivityTheme</item> | ||||
|         <item name="themeGlobalCrashActivity">@style/MyUtilsGlobalCrashActivityTheme</item> | ||||
|     </style> | ||||
|  | ||||
|     <style name="MyUtilsGlobalCrashActivityTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar"> | ||||
|         <item name="colorTittle">#FFF2F2F2</item> | ||||
|         <item name="colorTittleBackgound">#FF55ABF8</item> | ||||
|         <item name="colorText">#FF55ABF8</item> | ||||
|         <item name="colorTextBackgound">#FFF2F2F2</item> | ||||
| 	</style> | ||||
| </resources> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen