From e6e85c6fc87ba0688dae074a6aeda58f24ea05e9 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期三, 02 四月 2025 10:02:57 +0800
Subject: [PATCH] feat(generallibrary): 添加卡片列表适配器和搜索结果 Bean

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

diff --git a/generallibrary/src/main/res/values/colors.xml b/generallibrary/src/main/res/values/colors.xml
index 0700b3a..b812742 100644
--- a/generallibrary/src/main/res/values/colors.xml
+++ b/generallibrary/src/main/res/values/colors.xml
@@ -1,5 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
     <color name="bottom_color">#3D8BFF</color>
+    <color name="black">#333</color>
+    <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