How To Create A Multi-line Options Menu Item (submenu)
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
Solution 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.
Post a Comment for "How To Create A Multi-line Options Menu Item (submenu)"