Android appcompat toolbar stretches when searchview gets focus

前端 未结 10 1731
猫巷女王i
猫巷女王i 2020-12-08 08:08

I\'m updating an app to use the new Toolbar instead of the regular ActionBar. In my app the user must be able to select a contact from their contac

10条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 08:47

    I ran into a similar issue and setting showAsAction="always|collapseActionView" inside the Search Menu Item (menu.xml) solved the stretching of the toolbar for me.

提交回复
热议问题