2
A
回答
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
希望這可以幫助你。
+0
謝謝!所有鏈接幫助我很多 – Mojiiz
+0
我的榮幸幫助。 – itsrajesh4uguys
3
如果你想要把你的文本中使用ImageSpan
和SpannableStringBuilder
類一起拍攝一些小表情符號。
相關問題
- 1. Android的textview一些表情符號沒有顯示?
- 2. 防止顯示錶情符號字符
- 3. 顯示iOS的表情符號鍵盤
- 4. 在UILabel中顯示錶情符號?
- 5. 在PowerShell中顯示Unicode表情符號
- 6. 在聊天中顯示錶情符號
- 7. 在Google Chrome中顯示錶情符號
- 8. 在Android中顯示錶情符號
- 9. Android:使用LeadingMarginSpan在textview中顯示項目符號列表?
- 10. TTTAttributedLabel在顯示錶情符號時不顯示最後一行
- 11. 用TextView顯示字符
- 12. 顯示的表情符號/情感圖標
- 13. 在iOS應用中顯示錶情符號圖標的問題
- 14. 在Mac應用程序中顯示錶情符號圖標
- 15. 嘗試使用StringWithFormat在UILabel中顯示錶情符號
- 16. 使用Emoji One區域在div中顯示錶情符號
- 17. 離線表情符號/笑臉顯示????在MySql ofOffline表中
- 18. 用表情符號替換表情符號
- 19. 如何顯示雙引號(「)符號的一個TextView?
- 20. 的TextView顯示字符串
- 21. 將表情符號轉換爲html代碼或將html顯示爲表情符號
- 22. 將表情符號/表情符號添加到MSSQL表中
- 23. ListView中的TextView中的圖像(表情符號)
- 24. 如何在UILabel中顯示錶情符號iOS
- 25. Corona SDK:在native.showAlert()上顯示錶情符號/圖像
- 26. 如何從UITextField輸入表情符號並顯示在UILabel中?
- 27. 從JSON文件顯示UTF-8代碼作爲表情符號
- 28. 爲什麼表情符號無法在UITextField中正確顯示?
- 29. 在PHP變量中顯示錶情符號代碼
- 30. 文字顯示在表情符號底部
使用此庫https://github.com/andinrajesh/EmojiPopup – andinrajesh