From f278edbd3f0f809e4a3b59bf16d24c624a43f98d Mon Sep 17 00:00:00 2001 From: 张钢 <floatgang@163.com> Date: 星期四, 12 九月 2024 14:38:08 +0800 Subject: [PATCH] 修改了国籍和民族字段反转的问题 --- app/src/main/res/layout/item_honor_collection.xml | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/item_honor_collection.xml b/app/src/main/res/layout/item_honor_collection.xml index f5d3a31..67c38ff 100644 --- a/app/src/main/res/layout/item_honor_collection.xml +++ b/app/src/main/res/layout/item_honor_collection.xml @@ -19,7 +19,7 @@ android:layout_height="40dp" android:layout_margin="@dimen/dp_2" app:cardCornerRadius="@dimen/dp_10" - app:cardBackgroundColor="@color/color_card_pink" + app:cardBackgroundColor="?attr/cardBackgroundColorFirst" tools:layout_height="wrap_content" > <LinearLayout @@ -33,6 +33,17 @@ android:layout_height="40dp" android:gravity="center_vertical"> + <ImageView + android:id="@+id/iv_flower" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginStart="3dp" + android:layout_centerVertical="true" + android:background="?attr/icIsOwnFamilyDataFlower" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintBottom_toBottomOf="parent" + /> <androidx.appcompat.widget.AppCompatTextView android:id="@+id/textView1" android:layout_width="0dp" -- Gitblit v1.9.1