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 wi
Solution 1:
Use \\n
for a newline character.
Solution 2:
Use \n \r
but remember to enclose the string in quotes "... \n ... "
Post a Comment for "Application Launcher Text - Application Name In Two Lines"