From b17b9aa59bae6d03055f14d937821655dfaffa1f Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期一, 29 一月 2024 23:27:08 +0800 Subject: [PATCH] 1、调整成长经历页面\n2、删除婚姻个人信息 --- app/src/main/res/layout/item_tourism.xml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/item_tourism.xml b/app/src/main/res/layout/item_tourism.xml index ce08e55..98b8ec8 100644 --- a/app/src/main/res/layout/item_tourism.xml +++ b/app/src/main/res/layout/item_tourism.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" @@ -313,6 +313,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" + android:gravity="center_vertical" android:layout_marginBottom="@dimen/dp_12" android:layout_marginTop="6dp" > @@ -364,7 +365,7 @@ android:layout_height="wrap_content" android:text="姣忔棩娓歌" android:textColor="@color/black" - android:textSize="14sp" + android:textSize="18sp" android:layout_marginStart="20dp" /> </LinearLayout> -- Gitblit v1.9.1