From 3b31a6a155da1ab4f794f8334e66b9b211d268c4 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Tue, 2 Jun 2026 08:50:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20AToolbar/ASupportToolbar=20=E6=9A=97?= =?UTF-8?q?=E9=BB=91=E6=A8=A1=E5=BC=8F=E4=B8=BB=E9=A2=98=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AESAToolbar/AESASupportToolbar: @color 改为 ?attr 引用, 使渐变色跟随当前主题变体而非固定静态色。 所有主题暗黑模式配色采用头尾对调策略: primary 保持不变,primaryDark ↔ accent 互换。 同步更新 values-night/colors.xml 静态颜色。 --- aes/build.properties | 4 +- libaes/build.properties | 4 +- libaes/src/main/res/values-night/colors.xml | 16 ++++---- libaes/src/main/res/values-night/styles.xml | 41 +++++++++++---------- 4 files changed, 34 insertions(+), 31 deletions(-) diff --git a/aes/build.properties b/aes/build.properties index f8f6bf0..0b58f47 100644 --- a/aes/build.properties +++ b/aes/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Tue Jun 02 02:23:29 HKT 2026 +#Tue Jun 02 08:47:05 HKT 2026 stageCount=12 libraryProject=libaes baseVersion=15.20 publishVersion=15.20.11 -buildCount=0 +buildCount=7 baseBetaVersion=15.20.12 diff --git a/libaes/build.properties b/libaes/build.properties index edaf1bf..0b58f47 100644 --- a/libaes/build.properties +++ b/libaes/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Tue Jun 02 02:23:15 HKT 2026 +#Tue Jun 02 08:47:05 HKT 2026 stageCount=12 libraryProject=libaes baseVersion=15.20 publishVersion=15.20.11 -buildCount=0 +buildCount=7 baseBetaVersion=15.20.12 diff --git a/libaes/src/main/res/values-night/colors.xml b/libaes/src/main/res/values-night/colors.xml index 06857dc..77b7b0a 100644 --- a/libaes/src/main/res/values-night/colors.xml +++ b/libaes/src/main/res/values-night/colors.xml @@ -3,15 +3,15 @@ #FFFFFFFF #FF03AB4E - #FF027C39 - #FF3DDC84 + #FF3DDC84 + #FF027C39 #FFFFFB8D - #FFA9A9A9 + #FF555555 #FF000000 - #FFFFFFFF - #FF7D3F12 - #FFCC6E2B - #FFF4B98F + #FF3A3A3A + #FF5A3A1A + #FFA05A2A + #FFD4A07A @color/colorPrimaryDark @color/colorPrimary @@ -24,7 +24,7 @@ @color/colorPrimary @color/colorPrimaryDark - #FF03AB4E + #FF3DDC84 #FFFFFFFF #FF2C2C2C #FFFFFFFF diff --git a/libaes/src/main/res/values-night/styles.xml b/libaes/src/main/res/values-night/styles.xml index 020baff..c660e53 100644 --- a/libaes/src/main/res/values-night/styles.xml +++ b/libaes/src/main/res/values-night/styles.xml @@ -2,6 +2,9 @@