giorgiaditom

Results 3 comments of giorgiaditom

In addition the Popup height is wrong, how you can see in the screenshot, but i don't know how fix it.

I want to do a custom softkeyboard not an application. I don't use editText...

try this in onKey method ``` if (primaryCode == 32) { LayoutInflater layoutInflater = (LayoutInflater) getBaseContext().getSystemService(LAYOUT_INFLATER_SERVICE); View popupView = layoutInflater.inflate(R.layout.popup, null); popupWindow = new EmojiconsPopup(popupView, this); // final PopupWindow popupWindow...