Commit 967435a8 authored by Grigory Fedorov's avatar Grigory Fedorov

Chat: emoticon button should be removed from keyboard. textShortMessage...

Chat: emoticon button should be removed from keyboard. textShortMessage attribute removed from edit text.
parent d786efb0
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
android:gravity="center_vertical" android:gravity="center_vertical"
android:hint="@string/chat_input_hint" android:hint="@string/chat_input_hint"
android:imeOptions="flagNoExtractUi" android:imeOptions="flagNoExtractUi"
android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine" android:inputType="textAutoCorrect|textCapSentences|textMultiLine"
android:maxLines="4" android:maxLines="4"
android:minHeight="40dp" android:minHeight="40dp"
android:scrollbars="vertical" android:scrollbars="vertical"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment