在 Android 上启用标准表情符号

Enabling standard emoticons on Android

我可以通过添加

在 android 键盘上为 TextView 启用表情符号
android:inputType="textShortMessage"

但是,我得到的是 android 表情符号(我认为这真的很难看),而不是你在 iOS 上得到的标准表情符号以及 WhatsApp 在 Android 上的表情符号。有没有办法以编程方式将表情符号更改为标准表情符号?

您可以打开处理表情符号字符代码的自定义表情符号键盘,而不是 android 键盘表情符号。您可以找到 easily.Few 的库是:

https://github.com/rockerhieu/emojicon

https://github.com/chiragjain/Emoticons-Keyboard

https://github.com/ankushsachdeva/emojicon