Android. How To Display Large Emoji? (font Size Too Large To Fit In Cache)
For moderators: I already found similar questions (one, two), but none of them solves my problem. Please do not mark as duplicate. Problem: I have a device on Android 7 (API 25) on
Solution 1:
Having struggled with this for a long time yesterday myself, I will say that if you get desperate, you can go to the SVG section of Google's Noto Emoji font repo -- https://github.com/googlefonts/noto-emoji/tree/master/svg -- and download the SVG file for the emoji you want. Then in Android Studio do New/Vector Asset to convert the SVG file into an XML file, and use that at whatever size you like. It even looks sharper than going the text-emoji-at-a-very-large-font-size route.
Post a Comment for "Android. How To Display Large Emoji? (font Size Too Large To Fit In Cache)"