Show full application name on Home screen

风流意气都作罢 提交于 2021-02-07 19:12:10

问题


My app name contains 12 characters. But application launcher icon appears with truncated text. As i observed this issue is not produced in all device. I am using device with OS 4.0.3.

App launcher icon should show full app name regardless of app name length.

Is there any property available in Android Manifest to set app name without eclipsing? or Is it default behavior of device that apply on all launcher icons?

Thanks in advance.


回答1:


Imagine a name like TheCoolestAppIveEverDoneAndWantToBeDisplayedCompletely. Imagine that to be forcing its whole title to show.

This is why there is no such option. And there really is none. The only thing you could do is develop your own launcher or contact the devs of other third-party launchers.



来源:https://stackoverflow.com/questions/21547709/show-full-application-name-on-home-screen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!