Set search hint dynamically

后端 未结 7 1456
悲哀的现实
悲哀的现实 2021-02-08 04:38

Does anybody knows how to set android search dialog hint dynamically? T have try to do something like:




        
7条回答
  •  花落未央
    2021-02-08 04:46

    If you are using the Toolbar and SearchView widgets, you can easily set the search query hint by calling:

    SearchView.setQueryHint(CharSequence hint)
    

提交回复
热议问题