Show full application name on Home screen

5.5k Views Asked by At

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

There are 1 best solutions below

12
On BEST ANSWER

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.