Ref. 3662
From Rajan (@resourcesinfo) on Telegram:
https://t.me/CodeOnTheGoDiscussions/3757
"Hey, found another UI bug.
On the "New Project" screen, the template names are getting cut off and wrapping awkwardly in the middle of the word. For example "Navigation" shows as "Navig ation", "Compose" shows as "Com pose" and "No AndroidX" shows as "No Andr oidX".
Looks like the text container under each template thumbnail is too narrow so the label just breaks at a random character instead of wrapping at a proper word boundary.
Screenshot attached so you can see exactly how it looks.
Simple fix probably — just needs a wider label or maxLines + ellipsize adjustment, or let the grid items scale a bit more horizontally.
Thanks"

Ref. 3662
From Rajan (@resourcesinfo) on Telegram:
https://t.me/CodeOnTheGoDiscussions/3757
"Hey, found another UI bug.
On the "New Project" screen, the template names are getting cut off and wrapping awkwardly in the middle of the word. For example "Navigation" shows as "Navig ation", "Compose" shows as "Com pose" and "No AndroidX" shows as "No Andr oidX".
Looks like the text container under each template thumbnail is too narrow so the label just breaks at a random character instead of wrapping at a proper word boundary.
Screenshot attached so you can see exactly how it looks.
Simple fix probably — just needs a wider label or maxLines + ellipsize adjustment, or let the grid items scale a bit more horizontally.
Thanks"