I have this TextView. Some parts of it is supposed to be aligned to the left and some parts to the right. How would I do this in Java?
TextView
Basicly I want t
Two solution :
1) have a different text view for each line and set its gravity.
2) Use Html while loading data setting the alignment in html for it REF:how-to-display-html-in-textview This will not work align is not a supported tags Edited:
Also
3: will be to use a span.