From 20952db304d0f71e1ce25f3b82114bbadff1ad4a Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 20 六月 2025 16:51:54 +0800
Subject: [PATCH] feat(generallibrary): 补充补卡功能
---
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