cancel
Showing results for 
Search instead for 
Did you mean: 

TextView right alignment

Former Member
0 Kudos

Hello All,

How to make TextView right alignment?

Regards,

CSP

Accepted Solutions (0)

Answers (4)

Answers (4)

PradeepBondla
Active Contributor
0 Kudos

Hi,

As said by all you need to change hAlign property to right / left / centre / forced left / forced right / end of line / beginOfLine to play around.

Is this you wanted ? is your problem solved or you need any other thing to be done?

PradeeP

Former Member
0 Kudos

Hi For UI Element of Text view have a property hAlign select the property for Forced right or End of line based on your requirement

Thanks,

Tulasi

Former Member
0 Kudos

Hi,

What right align? The UI itself or the text inside the TextField?

In both the cases anyway you need to change the hAlign property to forcedRight.

thanks & regards,

Manoj

Former Member
0 Kudos

Hi,

use the hAlign property.

Aviad