Expand Search View to use entire Action Bar (hide other things)

后端 未结 3 1926
挽巷
挽巷 2021-01-01 10:57

I have a SearchView inside my ActionBar, and I want to use the entire ActionBar when the search icon is pressed, but I can only use th

3条回答
  •  星月不相逢
    2021-01-01 11:22

    I tried this line of code to make the searchview expand the full width available. This works when there are other items shown in the actionbar either.

    searchView.setMaxWidth(android.R.attr.width);
    

提交回复
热议问题