Put a line break in the app name
-
wrote on 18 Jan 2013, 23:33 last edited by
The name of the app that is displayed in BB10 under the ico is set from bar-descriptor.xml file from line
@<name>My app</name>@
I tried
@<name>My<br></br>app</name>
or
<name>My<br/>app</name>@doenst work
-
wrote on 19 Jan 2013, 08:01 last edited by
You could try \n in addition but overall I wouldn't expect that to be legal.
-
wrote on 21 Jan 2013, 07:20 last edited by
Maybe a silly question; but why would you want a linebreak in an app-name. I expect that to cause problems in various places.
Maybe there is a better way to solve the problem you have? -
wrote on 21 Jan 2013, 10:18 last edited by
It's just in the text under the icon on the bb10 screen. There are other apps who's name is in 2 lines like "Blackberry World" else last letters are cut.
-
wrote on 30 May 2013, 21:57 last edited by
Add two spaces between the words you want on separate lines.
<name>Part1 Part2</name>