Skip to content

Commit

Permalink
[i74] fix multiline support in XML msg composer (#4898)
Browse files Browse the repository at this point in the history
Co-authored-by: kanat <>
  • Loading branch information
kanat authored Jul 26, 2023
1 parent d9134c7 commit 003c83a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
<androidx.appcompat.widget.AppCompatEditText
android:id="@+id/messageEditText"
android:layout_width="0dp"
android:layout_height="@dimen/stream_ui_message_composer_center_content_height"
android:layout_height="wrap_content"
android:minHeight="@dimen/stream_ui_message_composer_center_content_height"
android:background="@null"
android:ellipsize="end"
android:hint="@string/stream_ui_message_composer_hint_normal"
Expand Down

0 comments on commit 003c83a

Please sign in to comment.