From 39b39504ac9844630777558843be7c13aff30dfa Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期三, 17 七月 2024 18:09:01 +0800 Subject: [PATCH] 2024年07月17日18:08:36 --- app/src/main/res/layout/item_message_c.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/item_message_c.xml b/app/src/main/res/layout/item_message_c.xml index f5469ad..31befe1 100644 --- a/app/src/main/res/layout/item_message_c.xml +++ b/app/src/main/res/layout/item_message_c.xml @@ -2,13 +2,13 @@ <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" - android:layout_height="@dimen/dp_107"> + android:layout_height="@dimen/dp_115"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" - android:layout_height="97dp" - android:layout_marginStart="@dimen/dp_20" - android:layout_marginEnd="@dimen/dp_20" + android:layout_height="99dp" + android:layout_marginStart="@dimen/dp_16" + android:layout_marginEnd="@dimen/dp_16" android:background="@drawable/house_list_line_parent_bg" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" -- Gitblit v1.8.0