To justify text I have taked help from this link please give me some way how to justify text in android textView within xml ?? thanx in advance
Asked
Active
Viewed 1,780 times
-1
-
1What are you trying to achieve? Please explain. – Rohit5k2 Jan 11 '16 at 12:24
1 Answers
2
Justifying text inside a TextView
is not actually fully supported in Android currently. You can see this from the duplicate question here:
There are some hack fixes to this, such as making the TextView
a WebView
and justifying the text with HTML but I would not recommend this. If it is essential for you to justify the text then I would suggest importing an external library that handles this.

Community
- 1
- 1

edwoollard
- 12,245
- 6
- 43
- 74