From f51c9e1bc0e82cbebd0e05130fb9a754317cbfa2 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 21 十月 2025 15:37:44 +0800
Subject: [PATCH] 月台自动叫号处理问题

---
 keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml b/keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml
index 08d573d..b653bea 100644
--- a/keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml
+++ b/keyCabinet-android/app/src/main/res/drawable/shape_c05_6_bg.xml
@@ -2,6 +2,6 @@
 <shape xmlns:android="http://schemas.android.com/apk/res/android"
        android:shape="rectangle"
     >
-    <solid android:color="#279BAA" />
+    <solid android:color="#26279BAA" />
     <corners android:radius="6dp" />
 </shape>
\ No newline at end of file

--
Gitblit v1.9.3