You must dynamically add user information (name + email) to the menu item. Information should be displayed in two lines in one element. Already tried to implement this:
android:lines="2" android:inputType="textMultiLine" android:maxLines="4" android:singleLine="false" android:text="First line\nSecond line"? So:
System.getProperty ("line.separator") \n, \r string = string.replace("\\\n", System.getProperty("line.separator")); (Html.fromHtml("text before break<br/>text after break").toString()); not all to no avail. I would be very grateful for any hint or help!