Formatted vertically instead of horizontally

In the three dots at the top of Screen 1, when clicked and the โ€œAbout this Applicationโ€ option appears, I want this text to be displayed, but formatted vertically instead of horizontally:

๐—–๐˜‚๐—ฟ๐—ฟ๐—ฒ๐—ป๐˜ ๐—ฉ๐—ฒ๐—ฟ๐˜€๐—ถ๐—ผ๐—ป: 1
Developed by Wyckoff
Copyright ยฉ 2025

  • How can I do this?

Unfortunately, you canโ€™t directly format the โ€œAbout this Applicationโ€ text vertically in Kodular. The text displayed in that dialog is a standard system dialog, and you donโ€™t have granular control over its formatting like text orientation.

Create a custom dialogue.

Use Floating view extension
Set direction as top right
Set the lable clickable and html format
When the lable is clicked first time (three dots) set text as below

๐—–๐˜‚๐—ฟ๐—ฟ๐—ฒ๐—ป๐˜ ๐—ฉ๐—ฒ๐—ฟ๐˜€๐—ถ๐—ผ๐—ป: 1\nDeveloped by Wyckoff\nCopyright ยฉ 2025

If second time clicked set text to three dots

1 Like


I hope I understood you, because I do not speak English, but I understood what you are talking about, and here is a friend, this is an example for you.

1 Like

Thank you so much