Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application Launcher Text - Application Name in two lines

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?

alt text

like image 695
Paresh Mayani Avatar asked Dec 03 '10 13:12

Paresh Mayani


2 Answers

Use \\n for a newline character.

like image 158
CommonsWare Avatar answered Sep 28 '22 01:09

CommonsWare


Use \n \r but remember to enclose the string in quotes "... \n ... "

like image 40
Kalyanaraman Santhanam Avatar answered Sep 28 '22 00:09

Kalyanaraman Santhanam