From f4fc58196bd246272bf755a767660c03f573cbc6 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 03 六月 2025 14:03:29 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- generallibrary/src/main/res/values/colors.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/generallibrary/src/main/res/values/colors.xml b/generallibrary/src/main/res/values/colors.xml index f6ccfac..4b52ad5 100644 --- a/generallibrary/src/main/res/values/colors.xml +++ b/generallibrary/src/main/res/values/colors.xml @@ -4,5 +4,9 @@ <color name="black">#333</color> <color name="white">#fff</color> <color name="nav_item_color">#555555</color> - + <color name="base_list_bg">@color/base_green_bg</color> + <color name="green">#32CD32</color> + <color name="blue">#007BFF</color> + <color name="grey">#808080</color> + <color name="light_grey">#E0E0E0</color> </resources> \ No newline at end of file -- Gitblit v1.8.0