我想用笑脸开发自定义键盘。为此我创建了一个xml文件。在这个我需要解析unicodes来显示笑脸。我创建了自定义键盘,现在无法嵌入表情符号。我希望它在xml文件中
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
android:keyWidth="10%p"
android:horizontalGap="0px"
android:verticalGap="0px"
android:keyHeight="60dp"
>
<Row>
<Key android:codes="𚑪" android:keyLabel="1" android:keyEdgeFlags="left"/>
<Key android:codes="𚑧" android:keyLabel="2"/>
<Key android:codes="‍" android:keyLabel="3"
android:keyEdgeFlags="right"/>
</Row>
</Keyboard>
任何答案都将不胜感激