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
---
baselibrary/src/main/res/values/colors.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/baselibrary/src/main/res/values/colors.xml b/baselibrary/src/main/res/values/colors.xml
index fc1b123..af528ef 100644
--- a/baselibrary/src/main/res/values/colors.xml
+++ b/baselibrary/src/main/res/values/colors.xml
@@ -37,4 +37,8 @@
<color name="text_color">#696969</color>
<color name="text_on">#BEBEBE</color>
+
+ <color name="button_text_color">#555</color>
+ <color name="button_select_text_color">#0aa666</color>
+ <color name="title_bar_text">#333333</color>
</resources>
\ No newline at end of file
--
Gitblit v1.8.0