SearchView in OptionsMenu not full width

前端 未结 6 454
梦如初夏
梦如初夏 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:25

    As crazy as it might seem, in my case problem was this line: app:actionViewClass="android.widget.SearchView" in menu.xml:

     
    

    When I removed app:actionViewClass, it fully expanded as defined in my layout_search file.

    
    

提交回复
热议问题