Skip to content

This is a simple implementation to get text in justified manner in any android application, also support LTR and RTL language inside.

License

Notifications You must be signed in to change notification settings

ehsanJelodar/justify-textview-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

justify-textview-android

This is a simple implementation to get text in justified manner in any android application, also support LTR and RTL language.

Simply use :

just add UIJustifiedLabel.java file to your project then add below lines to your xml

        <custom.view.UIJustifiedLabel              
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="@string/lorum_ipsum" />

this source is modified version of : https://github.com/nikoo28/justify-textview-android

original text :

original

justify text :

justify

persian text :

persian justify

About

This is a simple implementation to get text in justified manner in any android application, also support LTR and RTL language inside.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages