mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
fix chat edittext to expand vertically when there's more than one line
of text in it.
This commit is contained in:
parent
124c85a2e9
commit
d3318f6631
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue