diff --git a/app/src/main/res/layout/chatbox.xml b/app/src/main/res/layout/chatbox.xml index 66b9eb6f6..91f0f580b 100644 --- a/app/src/main/res/layout/chatbox.xml +++ b/app/src/main/res/layout/chatbox.xml @@ -12,6 +12,7 @@ android:layout_height="wrap_content" android:dropDownWidth="fill_parent" android:hint="@string/stream_txt" + android:maxLines="1" android:visibility="visible" />