From 8aa3165449dd2757e016bdc43cfd5d111cd4c7a6 Mon Sep 17 00:00:00 2001 From: 张钢 <floatgang@163.com> Date: 星期四, 12 九月 2024 14:54:06 +0800 Subject: [PATCH] 修改了家庭资产的显示问题 --- app/src/main/res/layout/item_property.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/item_property.xml b/app/src/main/res/layout/item_property.xml index 5bcb8b8..519b2a8 100644 --- a/app/src/main/res/layout/item_property.xml +++ b/app/src/main/res/layout/item_property.xml @@ -20,7 +20,7 @@ android:layout_margin="@dimen/dp_2" app:cardCornerRadius="@dimen/dp_10" tools:layout_height="wrap_content" - app:cardBackgroundColor="@color/color_card_pink" + app:cardBackgroundColor="?attr/cardBackgroundColorFirst" > <LinearLayout android:layout_width="match_parent" -- Gitblit v1.9.1