How to create a multi-line options menu item (SubMenu)

我怕爱的太早我们不能终老 提交于 2019-12-24 19:28:23

问题


I have a really long title for MenuItem (Added as a SubMenu). When added to Action-bar the menu item spills over the screen. Even adding a "\n" in the title does not help. Is there a way to make the title appear in two lines?


回答1:


You can create a custom layout for this type of menu. Here is an approach Android Action bar custom dropdown view on item click.



来源:https://stackoverflow.com/questions/20491243/how-to-create-a-multi-line-options-menu-item-submenu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!