For some reason, after a user enters text into an EditText within my Android app the white-bar which contains “suggestions” remains at the bottom of my Layout! If you press the “Back” button, it disappears.
How can I stop this from remaining after completing text entry?
EDIT:
Screenshots
Editing the text, white bar appears with suggestions:

And after going back to the ListView activity

That’s kinda wild. I haven’t seen that behavior before, on emulators or devices.
Unless you’re planning on supporting Japanese or Chinese, turn off those IMEs in your emulator (Settings > Language & keyboard), and see if that changes your results.