android keyboard

<EditText android:id="@+id/embedded_text_editor"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:autoText="true" android:capitalize="sentences"
                            android:nextFocusRight="@+id/send_button"
                            android:hint="@string/type_to_compose_text_enter_to_send"
                            android:maxLines="4"
                            android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"
                            android:imeOptions="actionSend|flagNoEnterAction"
android:background="@null" android:maxLength="1000" />

你可能感兴趣的:(android)