如何在自定义键盘上显示unicode表情符号?

时间:2018-12-08 15:25:14

标签: android keyboard emoji

如何在自定义的Android键盘上显示unicode表情符号?

有没有办法像我对其他角色所做的那样,

<Key android:codes="119" android:keyLabel="w"/>
<Key android:codes="101" android:keyLabel="e"/>
<Key android:codes="114" android:keyLabel="r"/>

我已经尝试过了,但是它不起作用(不显示任何内容或中文表意文字):

<Key android:codes="0x1F602" android:keyLabel="\ud83d"/>

我在另一则帖子上发现了这个emojicon library,但似乎很旧了。

0 个答案:

没有答案