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_personal_notepad.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_personal_notepad.xml b/app/src/main/res/layout/item_personal_notepad.xml index cf53b03..dd8fe5f 100644 --- a/app/src/main/res/layout/item_personal_notepad.xml +++ b/app/src/main/res/layout/item_personal_notepad.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 @@ -39,7 +39,7 @@ android:layout_height="18dp" android:layout_marginStart="3dp" android:layout_centerVertical="true" - android:button="@drawable/selector_checkbox" + android:button="?attr/checkboxSelector" android:background="?selectableItemBackgroundBorderless" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" @@ -207,6 +207,8 @@ android:layout_height="wrap_content" android:layout_gravity="center" android:layout_marginBottom="@dimen/dp_12" + android:visibility="gone" + tools:visibility="visible" > <LinearLayout android:id="@+id/layout_modify" -- Gitblit v1.9.1