SearchView's OnCloseListener doesn't work

前端 未结 18 2466
有刺的猬
有刺的猬 2020-11-27 02:44

I\'m trying to add support for the SearchView in the Android 3.0+ ActionBar, but I can\'t get the OnCloseListener to work.

Here\'s my code:

18条回答
  •  粉色の甜心
    2020-11-27 03:31

    In order to make the OnCloseListener work, make sure that showAsAction is set to always in the search menu item.

    
    
        
    
    

提交回复
热议问题