[android] add SendAction to EmojiTextInputView

This commit is contained in:
Torsten Grote
2019-02-27 13:36:34 -03:00
parent 0a5a8310fc
commit b6455d40a7
2 changed files with 11 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:background="@android:color/transparent"
android:imeOptions="actionSend"
android:inputType="textMultiLine|textCapSentences|textAutoCorrect"
android:minHeight="@dimen/text_input_height"
android:textColor="?android:attr/textColorPrimary"