Auto Collapse ActionBar SearchView on Soft Keyboard close

后端 未结 11 1104
遥遥无期
遥遥无期 2020-12-07 20:30

I am currently using an ActionBar menu item to display a SearchView in the action bar. When the search menu item is expanded the soft keyboard is displayed which is what I

11条回答
  •  庸人自扰
    2020-12-07 21:04

    If you want to collapse keyboard when user clicks search icon on keyboard this can be achieved by simple

    inside onquerytextsubmitted {

    searchView.clearfocus()

    }

提交回复
热议问题