From e6014ef123350d5c0cadabe9c18e26b3d5a3c729 Mon Sep 17 00:00:00 2001 From: guoshen <3129367635@qq.com> Date: 星期六, 29 六月 2024 15:41:25 +0800 Subject: [PATCH] Revert "Initial commit" --- app/src/main/res/layout/item_pet_memo.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/item_pet_memo.xml b/app/src/main/res/layout/item_pet_memo.xml index 3611836..ffd4475 100644 --- a/app/src/main/res/layout/item_pet_memo.xml +++ b/app/src/main/res/layout/item_pet_memo.xml @@ -20,7 +20,7 @@ android:layout_margin="@dimen/dp_2" 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