SearchView in OptionsMenu not full width

前端 未结 6 460
梦如初夏
梦如初夏 2020-11-30 03:46

I have a working SearchView which expands in my OptionsMenu when the user taps on the search icon. However it only expands within the available space among the other Option

6条回答
  •  广开言路
    2020-11-30 04:29

    I had a similar issue, that the search bar did not fill the whole width,( but I had no other icons). I solved it by adding in item:

    android:actionLayout="@layout/my_search_view"
    

    and in layout/my_search_view.xml :

    
    
    

提交回复
热议问题