display built-in emoji keys for inputmethod

前端 未结 4 1612
梦毁少年i
梦毁少年i 2021-02-08 12:13

I\'m building a custom soft keyboard for android and would like to add a layout to include the emoji keys similar to what the default android keyboard (AOSP) is doing. I\'ve sea

4条回答
  •  生来不讨喜
    2021-02-08 12:42

    Go to https://en.m.wikipedia.org/wiki/Emoji to see which emojis your device supports with unicode.

    As you know which emoji is shown depends on the font you use, so to get the latest emojis use NotoColorEmoji.ttf as font for your app.

提交回复
热议问题