Android search dialog in landscape mode
问题 I'm using searchable.xml to search the email. When in landscape mode, the ui background is showing as a white screen, please give me solution for the issue. Thanks, Sneha 回答1: I had the same problem as 'sneha' and it gets fixed by setting " flagNoExtractUi " ime option for the SearchView . i.e. android:imeOptions="flagNoExtractUi" 回答2: With SearchView, if you don't want to show full-screen keyboard while in Landscape mode (rather show normal keyboard), IME_FLAG_NO_EXTRACT_UI and IME_FLAG_NO