From 615f202583a98caca608d0d8c05ee46cd619698b Mon Sep 17 00:00:00 2001 From: andrekir Date: Thu, 2 Sep 2021 12:18:54 -0300 Subject: [PATCH] minor adjustments, reformat & contentDescription added to messages_fragment.xml --- app/src/main/res/layout/messages_fragment.xml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/layout/messages_fragment.xml b/app/src/main/res/layout/messages_fragment.xml index 8a2f54ff8..acbfe90d4 100644 --- a/app/src/main/res/layout/messages_fragment.xml +++ b/app/src/main/res/layout/messages_fragment.xml @@ -33,8 +33,8 @@ android:id="@+id/messageInputText" android:layout_width="match_parent" android:layout_height="wrap_content" - android:maxLength="200" android:imeOptions="actionDone" + android:maxLength="200" android:text="" /> @@ -42,15 +42,12 @@ \ No newline at end of file