How to programmatically hide/disable emoticons on Android soft keyboard

后端 未结 6 680
暗喜
暗喜 2020-12-03 01:25

Is it possible to hide a specific keyboard button? I have an EditText and on some devices its keyboard has smiley faces while on other devices it is missing. I

6条回答
  •  爱一瞬间的悲伤
    2020-12-03 01:38

    I found something in "Disabling smiley key on keyboards with the stock messaging app in ICS".

    You need to remove the textLongMessage option from the inputType.

    You will still have the ":-)" button on most keyboards, but not the emoji.

提交回复
热议问题