Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Justify Text in TextView Android [closed]

How do you get textview to be justified ? is it possible to get the solution? I have searched most of the forums but i didn't make it up. please help me out.

like image 706
fargath Avatar asked Nov 27 '10 09:11

fargath


1 Answers

UPDATED

We have created a simple class for this. There are currently two methods to achieve what you are looking for. Both require NO WEBVIEW and SUPPORTS SPANNABLES.

LIBRARY: https://github.com/bluejamesbond/TextJustify-Android

SUPPORTS: Android 2.0 to 5.X

SETUP

// Please visit Github for latest setup instructions.

SCREENSHOT

Comparison.png

like image 139
Mathew Kurian Avatar answered Sep 19 '22 19:09

Mathew Kurian