Is it possible to have a textview which contains some text at the leftmost side and some text at the rightmost side of the textview.
For Example: I want to have a textview which should appear like this
/////////////////
text a
////////////////
Is it possible to have a textview which contains some text at the leftmost
Share
It is possible using a single TextView.
Just put the text in HTML format like
in the strings file. Suppose the name of the string is “my_string”. Then in your code set the text on the TextView using