Is there any listener on Android SearchView to notify if SearchView is expanded and ready to take input?

前端 未结 4 1581
攒了一身酷
攒了一身酷 2021-02-13 11:10

I want to show some default suggestions in SearchView when User hasn\'t typed anything. I am setting my custom suggestion adapter manually using matrix cursor. I tried setting

4条回答
  •  佛祖请我去吃肉
    2021-02-13 12:02

    Try adding this in AndroidManifest.xml along with your activity for example name of your activity is activity1.

    
    
    

    instead of "adjustPan" you might use "adjustResize"

提交回复
热议问题