开发者

Application Launcher Text - Application Name in two lines

开发者 https://www.devze.com 2023-01-29 04:39 出处:网络
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:

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?

开发者_开发问答

Application Launcher Text - Application Name in two lines


Use \\n for a newline character.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消