From 432924834a64b3ad5e2e25f54f6de6fc858bb69a Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Mon, 29 Jun 2020 14:48:21 +0100 Subject: [PATCH] Alt text input acts as a normal text box Fixes #1326 --- twidere/src/main/res/layout/dialog_compose_edit_alt_text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twidere/src/main/res/layout/dialog_compose_edit_alt_text.xml b/twidere/src/main/res/layout/dialog_compose_edit_alt_text.xml index 9bd60f8e5..f3e2fc23f 100644 --- a/twidere/src/main/res/layout/dialog_compose_edit_alt_text.xml +++ b/twidere/src/main/res/layout/dialog_compose_edit_alt_text.xml @@ -11,7 +11,7 @@ android:id="@+id/editText" android:layout_width="match_parent" android:layout_height="wrap_content" - android:inputType="text" + android:inputType="textMultiLine|textLongMessage|textCapSentences" app:backgroundTint="?colorControlStateful"/> - \ No newline at end of file +