Smiley when writing message
This commit is contained in:
parent
a52c9ec70e
commit
452941a009
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user