我不知道如何使用TextView显示包括表情符号字符在内的一些文字。请建议我如何将表情符号转换为图像。
提前致谢
答案 0 :(得分:7)
你可以尝试使用正则表达式:“[\ ue415 \ ue056 \ ue057]”。 访问以下链接。
https://github.com/ohmrefresh/Emoji-TextView
https://github.com/sharakova/EmojiTextView
http://androidcodeexamples.blogspot.in/2011/08/how-to-add-smileyemojis-in-edittext.html
希望这对你有所帮助。答案 1 :(得分:3)
如果您想将一些小型表情符号与文字一起使用,请使用ImageSpan
和SpannableStringBuilder
类。