I followed this tutorial to create a custom IME and am pretty happy with the result: https://code.tutsplus.com/tutorials/create-a-custom-keyboard-on-android--cms-22615
However, when I click on an EditText to start typing, my keyboard is opened beneath some kind of new text entry popup (See images). I want the user to be able to type in monospace font, so I want to either:
Remove this pop up and type directly into my application OR
Style the text in this popup so its monospace.
Can anyone help or at least tell me what the term for this popup is, so I can Google it? :S
Images: