From c6982b675f667bce57274d083cb1094f8e11cf89 Mon Sep 17 00:00:00 2001 From: linminjie <1004644107@qq.com> Date: Thu, 20 Jul 2023 10:57:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=88=97=E8=A1=A8=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=B8=83=E5=B1=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/item_msg_text_left_layout.xml | 15 ++++++---- .../main/res/layout/item_msg_text_right_layout.xml | 34 +++++++++++++--------- .../main/res/layout/item_msg_video_left_layout.xml | 14 +++++---- .../res/layout/item_msg_video_right_layout.xml | 13 +++++++-- .../res/layout/layout_appointment_record_empty.xml | 1 + 5 files changed, 50 insertions(+), 27 deletions(-) diff --git a/app/src/main/res/layout/item_msg_text_left_layout.xml b/app/src/main/res/layout/item_msg_text_left_layout.xml index c17781c..7ff20bd 100644 --- a/app/src/main/res/layout/item_msg_text_left_layout.xml +++ b/app/src/main/res/layout/item_msg_text_left_layout.xml @@ -40,21 +40,26 @@ app:layout_constraintLeft_toRightOf="@+id/tv_name" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="@+id/tv_name" /> - + + /> + \ No newline at end of file diff --git a/app/src/main/res/layout/item_msg_text_right_layout.xml b/app/src/main/res/layout/item_msg_text_right_layout.xml index 2f0abe2..307fc76 100644 --- a/app/src/main/res/layout/item_msg_text_right_layout.xml +++ b/app/src/main/res/layout/item_msg_text_right_layout.xml @@ -40,21 +40,27 @@ app:layout_constraintRight_toLeftOf="@+id/tv_name" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="@+id/tv_name" /> - - + app:layout_constraintTop_toBottomOf="@+id/tv_name" + app:layout_constraintLeft_toLeftOf="parent"> + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_msg_video_left_layout.xml b/app/src/main/res/layout/item_msg_video_left_layout.xml index 982712e..86db819 100644 --- a/app/src/main/res/layout/item_msg_video_left_layout.xml +++ b/app/src/main/res/layout/item_msg_video_left_layout.xml @@ -42,16 +42,20 @@ app:layout_constraintTop_toTopOf="@+id/tv_name" /> - + - + \ No newline at end of file diff --git a/app/src/main/res/layout/item_msg_video_right_layout.xml b/app/src/main/res/layout/item_msg_video_right_layout.xml index de8414a..452874e 100644 --- a/app/src/main/res/layout/item_msg_video_right_layout.xml +++ b/app/src/main/res/layout/item_msg_video_right_layout.xml @@ -42,16 +42,21 @@ app:layout_constraintTop_toTopOf="@+id/tv_name" /> + + + \ No newline at end of file diff --git a/app/src/main/res/layout/layout_appointment_record_empty.xml b/app/src/main/res/layout/layout_appointment_record_empty.xml index e7c74a8..3bb2125 100644 --- a/app/src/main/res/layout/layout_appointment_record_empty.xml +++ b/app/src/main/res/layout/layout_appointment_record_empty.xml @@ -8,6 +8,7 @@