Im trying to make custom keyboard. When use it, keyboard always make fullscreen mode, but when use system keyboard everythink is okay. Does anyone know how to fix it? For better undestanding im including images.
Current State:
1- My keyboard 2- System keyboard
How it have to looks.
3 - What i want (not a screenshot - edited in paint)
The following code in InputMethodService should solve your problem:
@Override
public boolean onEvaluateFullscreenMode() {
return false;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With