From d3318f66316145784ce80be26bf5c57e261b4ce1 Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 30 May 2016 15:14:52 -0700 Subject: [PATCH] fix chat edittext to expand vertically when there's more than one line of text in it. --- xwords4/android/XWords4/res/layout/chat.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwords4/android/XWords4/res/layout/chat.xml b/xwords4/android/XWords4/res/layout/chat.xml index 11f1617e9..269bc4d2c 100644 --- a/xwords4/android/XWords4/res/layout/chat.xml +++ b/xwords4/android/XWords4/res/layout/chat.xml @@ -25,8 +25,9 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="false" - android:inputType="textCapSentences" + android:inputType="textCapSentences|textMultiLine" android:layout_weight="0" + android:scrollHorizontally="false" android:hint="@string/chat_hint" />