Android searchView drop down menu screen width

后端 未结 2 947
情深已故
情深已故 2021-01-27 00:48

Situation:

I have a searchview widget in my appcompat toolbar that allows custom suggestions via sqlitedatabase.

Problem:

2条回答
  •  不思量自难忘°
    2021-01-27 01:30

    You must get reference to SearchAutoComplete object which SearchView using , then set its size and change the background resource which has padding's, please refer to my answer here :

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

提交回复
热议问题