Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个短信应用程序,但我必须在短信中添加表情/表情。但我不知道该怎么做。请提出任何解决方案。
谢谢
您可以将所有笑脸保存在可绘制文件夹中,并使用 a与 theHashMap链接,并使用在 TextView 内将图像与文本附加在一起。我刚刚为它创建了一个演示,你可以从.resource_idsmiley characterImageSpanhere
HashMap
resource_id
smiley character
ImageSpan
here
您必须在文本框中使用ImageSpan来转换笑脸。