Android:XML unicodes解析

时间:2015-06-30 10:28:55

标签: android xml unicode

我想用笑脸开发自定义键盘。为此我创建了一个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="&#x1A46A;" android:keyLabel="1" android:keyEdgeFlags="left"/>
    <Key android:codes="&#x1A467;" android:keyLabel="2"/>
    <Key android:codes="&#x200D;" android:keyLabel="3"
    android:keyEdgeFlags="right"/>
</Row>
</Keyboard>

任何答案都将不胜感激

0 个答案:

没有答案