Skip to content

Commit 85e498f

Browse files
committed
Fix the issue of abnormal right spacing in the text message box
1 parent 2b68091 commit 85e498f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ease-im-kit/src/main/res/layout/uikit_row_sent_message.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
app:layout_constraintStart_toStartOf="parent"
4949
app:layout_constraintTop_toTopOf="parent"
5050
app:layout_goneMarginBottom="@dimen/ease_size_7"
51+
android:layout_marginEnd="@dimen/ease_size_12"
5152
tools:text="H" />
5253

5354
<TextView

0 commit comments

Comments
 (0)