我想打开原生表情键盘。
该怎么做呢?
我已经尝试过使用xml,但我希望在按钮单击时使用它
android:inputType="textShortMessage|textMultiLine“
发布于 2016-09-20 17:58:14
尝试添加:
android:inputType="textShortMessage|textAutoCorrect|textCapSentences|textMultiLine"
android:imeOptions="actionSend|flagNoEnterAction"在edittext xml属性中
https://stackoverflow.com/questions/39590911
复制相似问题