更新类库,应用崩溃报告风格化设置。
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Sun Feb 09 07:13:33 GMT 2025 | ||||
| #Wed Feb 12 07:19:38 GMT 2025 | ||||
| stageCount=2 | ||||
| libraryProject=libapputils | ||||
| baseVersion=9.3 | ||||
| publishVersion=9.3.1 | ||||
| buildCount=4 | ||||
| buildCount=18 | ||||
| baseBetaVersion=9.3.2 | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
|         android:allowBackup="true" | ||||
|         android:icon="@drawable/ic_winboll" | ||||
|         android:label="@string/app_name" | ||||
|         android:theme="@style/WinBoll.SupportThemeNoActionBar" | ||||
|         android:theme="@style/MyAppTheme" | ||||
|         android:supportsRtl="true"> | ||||
|  | ||||
|         <activity | ||||
|   | ||||
| @@ -1,3 +1,14 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <resources> | ||||
|  | ||||
|     <style name="MyAppTheme" parent="APPBaseTheme"> | ||||
|     </style> | ||||
|  | ||||
|     <style name="GlobalCrashActivityTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar"> | ||||
|         <item name="colorTittle">@color/colorAccent</item> | ||||
|         <item name="colorTittleBackgound">@color/colorPrimary</item> | ||||
|         <item name="colorText">@color/colorAccent</item> | ||||
|         <item name="colorTextBackgound">@color/colorPrimaryDark</item> | ||||
| 	</style> | ||||
|  | ||||
| </resources> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen