rokudev / samples

Collection of sample channels for side-loading on your Roku device
MIT License
454 stars 290 forks source link

Is it possible to justify alignment(Label Component) in Roku? #25

Open chaklasiyanikunj opened 3 years ago

chaklasiyanikunj commented 3 years ago

I created a one label in simple Roku application like below :

<Label id="description" font="fontSmiley FrustratedmallestSystemFont" width="600" height="0" wrap="true" maxLines="6" ellipsisText="..." translation="[10,10]" color="0xFFFFFFFF" />

My Paragraph is below : An indescribable oppression, which seemed to generate in some unfamiliar part of her consciousness, filled her whole being with a vague anguish. It was like a shadow, like a mist passing across her soul's summer day. It was strange and unfamiliar; it was a mood. She did not sit there inwardly upbraiding her husband, lamenting at Fate, which had directed her footsteps to the path which they...

here, the left side it's displaying properly. But, right side it's not proper. Is there any way to apply justify alignment in Roku? Is there any way to do this?