Does anyone know why the search text remains on the bottom of screen (as shown in image below). Steps to get there:
- Choose to search for location
- qwer开发者_如何学运维ty keyboard comes up
- auto complete bar appears above qwerty
- hit "Done" and the auto complete text remains on screen and relocates to bottom, but search is called
. This does not happen all the time.
- With KeyEvent.ACTION_UP the search text "sticks" to screen when clicking "Done" ... goes directly to search
- With KeyEvent.ACTION_MULTIPLE, "Done" closes the qwerty and user must click search button to begin search
If you want any word, I think the keyboard do that with predictive text. If only want a list of items ( only countries ) you should use a Spinner.
精彩评论