From 2a4ce7740ba7427050af4a412b908098cb0e01da Mon Sep 17 00:00:00 2001 From: zlzw <583819556@qq.com> Date: Fri, 29 Mar 2024 10:57:00 +0800 Subject: [PATCH] =?UTF-8?q?fix=20[=E6=B6=88=E6=81=AF=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E7=9A=84=E5=A4=B4=E5=83=8F=E5=8F=98=E5=BD=A2]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/main/res/layout/view_message_chat_new_notify.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/src/main/res/layout/view_message_chat_new_notify.xml b/common/src/main/res/layout/view_message_chat_new_notify.xml index a3081b2f1..5051ed94a 100644 --- a/common/src/main/res/layout/view_message_chat_new_notify.xml +++ b/common/src/main/res/layout/view_message_chat_new_notify.xml @@ -12,8 +12,9 @@ android:layout_width="40dp" android:layout_height="0dp" android:layout_marginStart="18dp" - android:layout_marginTop="15dp" - android:layout_marginBottom="15dp" + android:layout_marginTop="20dp" + android:layout_marginBottom="20dp" + android:scaleType="centerCrop" android:src="@mipmap/chat_head_mo" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent"