Action Bar Icon hidden after SearchView expands

后端 未结 2 670
时光说笑
时光说笑 2021-02-13 11:32

\"When

\"When<

2条回答
  •  长情又很酷
    2021-02-13 12:39

    What I have done for a situation like this is using a toolbar in xml while setting the theme to be NO_ACTION_BAR. Then in the toolbar (in my layout.xml file) I put a RelativeLayout. Using the leftOf=@id/someButton you should be able to keep all the buttons visible at all times.

提交回复
热议问题