From 15a3fc02c120ff630a9721a2f48a82f76675213f Mon Sep 17 00:00:00 2001 From: zuojincheng <lf_zuo@163.com> Date: 星期一, 07 四月 2025 09:04:20 +0800 Subject: [PATCH] feat(generallibrary): 添加新卡开卡界面并更新扫描图标 --- generallibrary/src/main/res/values/colors.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/generallibrary/src/main/res/values/colors.xml b/generallibrary/src/main/res/values/colors.xml index 5729a42..b812742 100644 --- a/generallibrary/src/main/res/values/colors.xml +++ b/generallibrary/src/main/res/values/colors.xml @@ -5,5 +5,6 @@ <color name="white">#fff</color> <color name="nav_item_color">#555555</color> <color name="base_list_bg">#e6e6e6</color> + <color name="green">#32CD32</color> </resources> \ No newline at end of file -- Gitblit v1.8.0