如何在自定义的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,但似乎很旧了。