更新测试APP风格配置
This commit is contained in:
parent
13510f45cf
commit
3239778922
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Wed Feb 12 05:28:02 GMT 2025
|
||||
#Wed Feb 12 06:03:38 GMT 2025
|
||||
stageCount=1
|
||||
libraryProject=libappbase
|
||||
baseVersion=1.3
|
||||
publishVersion=1.3.0
|
||||
buildCount=41
|
||||
buildCount=42
|
||||
baseBetaVersion=1.3.1
|
||||
|
@ -7,7 +7,7 @@
|
||||
android:name=".App"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/MyAppTheme"
|
||||
android:theme="@style/AppTheme"
|
||||
android:resizeableActivity="true">
|
||||
|
||||
<activity
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="MyAppTheme" parent="APPBaseTheme">
|
||||
<style name="AppTheme" parent="APPBaseTheme">
|
||||
<item name="themeGlobalCrashActivity">@style/MyGlobalCrashActivityTheme</item>
|
||||
</style>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Wed Feb 12 05:28:02 GMT 2025
|
||||
#Wed Feb 12 06:03:38 GMT 2025
|
||||
stageCount=1
|
||||
libraryProject=libappbase
|
||||
baseVersion=1.3
|
||||
publishVersion=1.3.0
|
||||
buildCount=41
|
||||
buildCount=42
|
||||
baseBetaVersion=1.3.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user