From 899cb6ce779b24a659ec3515dd3fb1cd1afef7d2 Mon Sep 17 00:00:00 2001
From: zuojincheng <lf_zuo@163.com>
Date: 星期二, 24 六月 2025 14:02:46 +0800
Subject: [PATCH] feat(card): 增加区域表号卡制作功能

---
 generallibrary/src/main/res/values/colors.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/generallibrary/src/main/res/values/colors.xml b/generallibrary/src/main/res/values/colors.xml
index 4b52ad5..3ce05b6 100644
--- a/generallibrary/src/main/res/values/colors.xml
+++ b/generallibrary/src/main/res/values/colors.xml
@@ -9,4 +9,6 @@
     <color name="blue">#007BFF</color>
     <color name="grey">#808080</color>
     <color name="light_grey">#E0E0E0</color>
+    <color name="line_color">#E0E0E0</color>
+    <color name="red">#FF0000</color>
 </resources>
\ No newline at end of file

--
Gitblit v1.8.0