- 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/:新增夜间模式颜色和样式
9 lines
189 B
Properties
9 lines
189 B
Properties
#Created by .winboll/winboll_app_build.gradle
|
|
#Tue May 12 09:45:14 CST 2026
|
|
stageCount=3
|
|
libraryProject=libaes
|
|
baseVersion=15.20
|
|
publishVersion=15.20.2
|
|
buildCount=5
|
|
baseBetaVersion=15.20.3
|