From 8ad22c47f5d44635618f75e7085743893cdace4c Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 20 六月 2025 14:22:01 +0800 Subject: [PATCH] refactor(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