SearchView results list width

前端 未结 2 935
说谎
说谎 2020-12-15 01:13

Is there a way to make SearchView\'s results list occupy whole screen width? I\'ve tried using custom layout for SearchView, but this doesn\'t change the search results list

2条回答
  •  不思量自难忘°
    2020-12-15 02:04

    You must get reference to SearchAutoComplete object which in my case android.support.v7.widget.SearchView using , then set its size , please check my answer here :

    https://stackoverflow.com/a/43480908/5255624

提交回复
热议问题