• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Justify Text in Android

Hi,

I have to know how to justify text in android.I had already know android does not support justify text.I had googled many examples but it is not working properly.Give any method for justify text in android.
 
Please post your code to demonstrate what you are trying to do.
Thanks.
 
TextView doesn't support justification of text. The best you can do is align the TextView component within its layout.

Although I did come across this custom TextView project that appears to support justification. I've not used it myself, but it may do what you want:

https://github.com/programingjd/justified
 
Back
Top Bottom