From 80eb39909e0d5c181dc8d6e282a292146ec51e21 Mon Sep 17 00:00:00 2001 From: zuoxiao <lf_zuo@163.com> Date: 星期三, 25 六月 2025 14:36:04 +0800 Subject: [PATCH] refactor(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