giorgiaditom

Results 5 issues of giorgiaditom

Hi!thanks for this awesome library. I'd like to know why the emojii have different format. For example `public static final Emojicon[] DATA = new Emojicon[]{ Emojicon.fromChars("\u0031\u20e3"), Emojicon.fromChars("\u0032\u20e3"), Emojicon.fromCodePoint(0x1f51f), Emojicon.fromCodePoint(0x1f522), Emojicon.fromChars("\u0023\u20e3"),...

I have been using this library to implement emoji on Android SoftKeyboard with this code ``` if (primaryCode == 32) { LayoutInflater layoutInflater = (LayoutInflater) getBaseContext().getSystemService(LAYOUT_INFLATER_SERVICE); View popupView = layoutInflater.inflate(R.layout.popup,...

Hi! I would like to use unicode characters instead of drawable in TextView of Popup . How can I solve this problem?Thank you

Hi everyone. I'm using this awesome library, but i have a problem. I use this library in a custom softkeyboard and not in a dedicated application and it works but...

Is there a way to modify this library to display the unicode character in the popup (edittext) instead of the corresponding drawable? I want to do this so that every...