我使用AutoCompleteTextView
(非SearchView
)作为操作视图。
当用户按下后退按钮时,软键盘将隐藏。我想要的是当软键盘被隐藏时,我希望动作视图也会崩溃。
在SearchView
中,我们可以使用setOnQueryTextFocusChangeListener
- Auto Collapse ActionBar SearchView on Soft Keyboard close
但是,AutoCompleteTextView
没有这种方法。我怎样才能在AutoCompleteTextView
中实现同样的目标?