Smiley when writing message

This commit is contained in:
Mathieu Maret 2011-03-01 22:24:21 +01:00
parent a52c9ec70e
commit 452941a009
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,10 @@
<EditText android:id="@+id/editor" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:autoText="true"
android:capitalize="sentences" android:layout_weight="1"
android:hint="@string/entermessage">
android:hint="@string/entermessage"
android:nextFocusRight="@+id/send"
android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"
android:maxLength="2000">
<requestFocus />
</EditText>