开发者

Honeycomb launcher title truncated

开发者 https://www.devze.com 2023-03-05 05:58 出处:网络
I am working on my first honeycomb application. The name of the app is fairly long and the launcher title is getting truncated/faded. I\'m having trouble finding out whether it\'s possible to break th

I am working on my first honeycomb application. The name of the app is fairly long and the launcher title is getting truncated/faded. I'm having trouble finding out whether it's possible to break this into multiple lines so that the entire title is visible. Anyone know?

开发者_开发百科

Thank you.


AFAIK you cannot control how the application label is displayed by the Launcher, that is up the Launcher.

So you'll either have to shorten the name you use as the label for the Launcher, or accept the fading/truncating of your label.

You could try adding a \n at the point where you want a line-break in your String, but I doubt this would have any effect.


Unfortunately there is not a way to prevent truncation of the action bar title. The solution is to make the action bar title short.

0

精彩评论

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