From bca97289778b6a17174a94902202988c778c5a7a Mon Sep 17 00:00:00 2001 From: renhaoting <370797079@qq.com> Date: Thu, 8 Jan 2026 15:37:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=9A=E7=9F=A5=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notification/src/main/res/layout/layout_notification_beauty.xml | 2 +- .../src/main/res/layout/layout_notification_beauty_12.xml | 2 +- .../src/main/res/layout/layout_notification_withdraw.xml | 2 +- .../src/main/res/layout/layout_notification_withdraw_12.xml | 2 +- .../src/main/res/layout/layout_notification_withdraw_big.xml | 2 +- .../src/main/res/layout/layout_notification_withdraw_big_12.xml | 2 +- notification/src/main/res/layout/notification_collapsed.xml | 2 +- notification/src/main/res/layout/notification_expanded.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/notification/src/main/res/layout/layout_notification_beauty.xml b/notification/src/main/res/layout/layout_notification_beauty.xml index d6ead62..e9723c9 100644 --- a/notification/src/main/res/layout/layout_notification_beauty.xml +++ b/notification/src/main/res/layout/layout_notification_beauty.xml @@ -39,7 +39,7 @@ android:layout_marginTop="2dp" android:ellipsize="end" android:lines="1" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" tools:text="desc" /> diff --git a/notification/src/main/res/layout/layout_notification_beauty_12.xml b/notification/src/main/res/layout/layout_notification_beauty_12.xml index 4bdb979..d997767 100644 --- a/notification/src/main/res/layout/layout_notification_beauty_12.xml +++ b/notification/src/main/res/layout/layout_notification_beauty_12.xml @@ -38,7 +38,7 @@ android:layout_marginTop="2dp" android:ellipsize="end" android:lines="1" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" tools:text="desc" /> diff --git a/notification/src/main/res/layout/layout_notification_withdraw.xml b/notification/src/main/res/layout/layout_notification_withdraw.xml index fe51647..13764ec 100644 --- a/notification/src/main/res/layout/layout_notification_withdraw.xml +++ b/notification/src/main/res/layout/layout_notification_withdraw.xml @@ -34,7 +34,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="desc" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" /> diff --git a/notification/src/main/res/layout/layout_notification_withdraw_12.xml b/notification/src/main/res/layout/layout_notification_withdraw_12.xml index 4bdb979..d997767 100644 --- a/notification/src/main/res/layout/layout_notification_withdraw_12.xml +++ b/notification/src/main/res/layout/layout_notification_withdraw_12.xml @@ -38,7 +38,7 @@ android:layout_marginTop="2dp" android:ellipsize="end" android:lines="1" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" tools:text="desc" /> diff --git a/notification/src/main/res/layout/layout_notification_withdraw_big.xml b/notification/src/main/res/layout/layout_notification_withdraw_big.xml index d0d208b..54336b2 100644 --- a/notification/src/main/res/layout/layout_notification_withdraw_big.xml +++ b/notification/src/main/res/layout/layout_notification_withdraw_big.xml @@ -34,7 +34,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="desc" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" /> diff --git a/notification/src/main/res/layout/layout_notification_withdraw_big_12.xml b/notification/src/main/res/layout/layout_notification_withdraw_big_12.xml index c5d4a82..b29c73a 100644 --- a/notification/src/main/res/layout/layout_notification_withdraw_big_12.xml +++ b/notification/src/main/res/layout/layout_notification_withdraw_big_12.xml @@ -38,7 +38,7 @@ android:layout_marginTop="2dp" android:ellipsize="end" android:lines="1" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" tools:text="desc" /> diff --git a/notification/src/main/res/layout/notification_collapsed.xml b/notification/src/main/res/layout/notification_collapsed.xml index ce73dff..67fa6a9 100644 --- a/notification/src/main/res/layout/notification_collapsed.xml +++ b/notification/src/main/res/layout/notification_collapsed.xml @@ -31,7 +31,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="xxxR$0,1 está pronto por você! Saque agora!" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" /> diff --git a/notification/src/main/res/layout/notification_expanded.xml b/notification/src/main/res/layout/notification_expanded.xml index 9982d75..c77ea9c 100644 --- a/notification/src/main/res/layout/notification_expanded.xml +++ b/notification/src/main/res/layout/notification_expanded.xml @@ -31,7 +31,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="xxxR$0,1 está pronto por você! Saque agora!" - android:textColor="#666666" + android:textColor="#eee" android:textSize="12sp" />