mathew-kurian / TextJustify-Android

:page_facing_up: Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0
https://github.com/bluejamesbond/TextJustify-Android/wiki
Apache License 2.0
1.86k stars 370 forks source link

This library not support RTL languages #129

Open iman2420 opened 7 years ago

iman2420 commented 7 years ago

I try to change direction of my textView to RTL by this code: android:textDirection="rtl" but no change in my text.

babakkamiyab commented 7 years ago

Hi. just do this :

"in moshkelo hal mikone"

ext:documentView_reverse="true" ext:documentView_textAlignment="justified" ext:documentView_textFormat="formatted"

good luck

Edonfreiner commented 7 years ago

Hey I am trying to do the same with hebrew, but it does not work. can you please help me?