From 15cd434674051e5d29215b47862686c773625fd4 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期五, 28 四月 2023 23:20:02 +0800 Subject: [PATCH] 代码提交 --- app/src/main/res/layout/item_hundred_wish.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/item_hundred_wish.xml b/app/src/main/res/layout/item_hundred_wish.xml index cf13af9..cc726c8 100644 --- a/app/src/main/res/layout/item_hundred_wish.xml +++ b/app/src/main/res/layout/item_hundred_wish.xml @@ -37,7 +37,7 @@ android:id="@+id/textView2" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginStart="24dp" + android:layout_marginStart="25dp" android:text="@{bean.title}" android:textColor="@color/black" android:textSize="@dimen/sp_16" @@ -54,7 +54,7 @@ android:text="@{bean.createTime}" android:textColor="@color/black" android:textSize="16sp" - android:layout_marginEnd="20dp" + android:layout_marginEnd="25dp" android:textStyle="bold" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" @@ -68,7 +68,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingHorizontal="@dimen/dp_24" + android:paddingHorizontal="35dp" > <LinearLayout android:layout_width="match_parent" -- Gitblit v1.9.1