aboutsummaryrefslogtreecommitdiff
path: root/res/layout/chat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/chat.xml')
-rw-r--r--res/layout/chat.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/chat.xml b/res/layout/chat.xml
index a62cfa65..89ad77ac 100644
--- a/res/layout/chat.xml
+++ b/res/layout/chat.xml
@@ -37,7 +37,7 @@
android:layout_weight="1"
android:autoLink="all"
android:hint="@string/chat.send_a_message"
- android:inputType="textEmailAddress|textMultiLine"
+ android:inputType="textCapSentences|textAutoCorrect|textLongMessage"
android:linksClickable="true"
android:paddingBottom="10dip"
android:paddingTop="10dip" />