问题
Currently i am developing an application whose name is long , so i would like to display name in two line same as "Quick Calendar" and "Search People" in an attached home screen widget:
Please show me a way to implement this ?? is it possible to do so?

回答1:
Use \\n
for a newline character.
回答2:
Use \n \r
but remember to enclose the string in quotes "... \n ... "
来源:https://stackoverflow.com/questions/4345920/application-launcher-text-application-name-in-two-lines