From bcfecfc94232b54cb5a19c497a3d7ac244616e90 Mon Sep 17 00:00:00 2001 From: guoshen <3129367635@qq.com> Date: 星期六, 29 六月 2024 15:40:07 +0800 Subject: [PATCH] Initial commit --- app/src/main/res/layout/item_contacts.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/item_contacts.xml b/app/src/main/res/layout/item_contacts.xml index e29fd46..52874e5 100644 --- a/app/src/main/res/layout/item_contacts.xml +++ b/app/src/main/res/layout/item_contacts.xml @@ -20,7 +20,7 @@ android:layout_margin="2dp" tools:layout_height="wrap_content" app:cardCornerRadius="@dimen/dp_10" - app:cardBackgroundColor="@color/color_card_pink" + app:cardBackgroundColor="?attr/cardBackgroundColorFirst" > <LinearLayout android:layout_width="match_parent" -- Gitblit v1.9.1