Justfied text in about application

Hi, how can we justify the text in about screen application?

As far as I know, HTML are supported. However I am not sure if it will works. You can actually make a custom notifier by yourself.

but how can I use custom notifier when about application is clicked, I don’t want to make custom actionbar

Try this HTML
<p style="text-align:center;">Centered paragraph.</p>

Oops, should be this one
<p style="text-align:justify">Justified paragraph.</p>

1 Like

There is no effect using this, the text alignment remains the same as it was before

1 Like

you need to set HTML format to true in Label Properties

Im not using any label! It is about screen application!!

Sorry for that