更换主题基础类

This commit is contained in:
ZhanGSKen 2025-04-29 14:04:40 +08:00
parent 62fd671f6e
commit 077a5fc616
5 changed files with 9 additions and 8 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Apr 28 16:04:51 GMT 2025
#Tue Apr 29 06:04:15 GMT 2025
stageCount=3
libraryProject=libapputils
baseVersion=15.3
publishVersion=15.3.2
buildCount=1
buildCount=4
baseBetaVersion=15.3.3

View File

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

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Apr 28 16:04:51 GMT 2025
#Tue Apr 29 06:04:15 GMT 2025
stageCount=3
libraryProject=libapputils
baseVersion=15.3
publishVersion=15.3.2
buildCount=1
buildCount=4
baseBetaVersion=15.3.3

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="@android:style/Theme.Material.Light">
<style name="AppTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
</style>
</resources>
</resources>

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="UtilsTheme" parent="@android:style/Theme.Holo.Light.NoActionBar">
<style name="UtilsTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
</style>
</resources>