重构AES主题配置,继承APPBaseTheme属性支持
- AESTheme改为继承Theme.AppCompat并支持APPBaseTheme属性 - 修复运行时inflate错误:将?attr/xxx引用改为@color/xxx直接引用 - 添加DebugActivityTheme调试样式支持 - 添加必需的颜色定义(toolbarBackgroundColor、mainWindowBackgroundColor等) - 新增夜间模式主题配置(values-night目录) - 清理冗余注释和无用的调试配色方案 - aes模块的MyAESTheme添加themeDebug属性 修改文件: - aes/src/main/res/values/styles.xml:添加MyDebugActivityTheme - aes/src/main/res/values-night/:新增夜间模式样式 - libaes/src/main/res/values/colors.xml:添加主题必需颜色 - libaes/src/main/res/values/styles.xml:重构使用AppCompat主题 - libaes/src/main/res/values-night/:新增夜间模式颜色和样式
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Mon May 11 20:41:30 HKT 2026
|
||||
#Tue May 12 09:45:14 CST 2026
|
||||
stageCount=3
|
||||
libraryProject=libaes
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.2
|
||||
buildCount=0
|
||||
buildCount=5
|
||||
baseBetaVersion=15.20.3
|
||||
|
||||
Reference in New Issue
Block a user