Do you know how to have a menu bar with two lines? I tried using \ n in a string or Html.fromHtml with a tag, but it does not work. Thanks
This is Googleβs recommended response: βIf the text in a simple menu wraps in the second line, use a simple dialog. Simple dialogs can have lines with different heights.β
https://material.io/guidelines/components/menus.html#menus-simple-menus
You can use String line=System.getProperty("line.separator")
String line=System.getProperty("line.separator")
this will give you the effect of a new line in a line.