android search: customize suggestion layout

前端 未结 3 1762
一整个雨季
一整个雨季 2021-02-04 03:02

I\'ve been following along with the directions here for both SearchView and dialog implementations. Both are visible below. There are many questions on SO that focus on customiz

3条回答
  •  遇见更好的自我
    2021-02-04 03:30

    You should create an activity for search results and write a layout xml file where listview or recyclerview fill width using match_parent value. Content must be search results in adapter.

提交回复
热议问题