Android searchView drop down menu screen width

后端 未结 2 950
情深已故
情深已故 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:29

    The size of the width you want, can be achieve by using Wrap content . Try this code: searchAutoCompleteTextView.setDropDownWidth(ViewGroup.LayoutParams.WRAP_CONTENT);

    I came to this answer when i went through this link:

    https://www.youtube.com/watch?v=408pMAQFnvs

提交回复
热议问题