Fit app icon text in one line in android with Greek characters

336 views Asked by At

I am trying to type an app name in Greek, with 10 letters and when I test the app, the text of app icon is 9 characters in first line and 1 character in second line. When tested with 10 latin characters it is been displayed normal 10 characters in first line. Why?

1

There are 1 answers

2
Rubén Jiménez On BEST ANSWER

Maybe it is about the size of the font of different chars. For example the size of an "m" is bigger than the size of an "l".

If you want all the chars to be the same size, you need to use a monospaced font. But for the device, not for the app you are developing.

But don´t worry about it, because every device is a different world. Ones will need two lines and other ones maybe need 3 lines. The way and size to represent your icon and the name of the app depends only on the device ..