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"