How to show all title-text?

  • I have a problem , "<scene name="scene_achilleion-hof-unten" title="Achilleion - Garden Achilleion - Garden Achilleion - Garden" >" , when the title words too long, in ios-mobile small screen, the cut the title, how to see all title , can the title auto word-wrap: break-word just like css?

  • Hi,

    yes - that's simply possible - in the vtourskin.xml look for:

    Code
    <layer name="skin_title" ... />

    and change it to:

    Code
    <layer name="skin_title" ... width="100%" autoheight="true" />

    Then the textfield-height will increase automatically when the window width gets smaller and the text itself will also automatically do word-breaking.

    Best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!