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

Fix bluejamesbond/TextJustify-Android#89 #93

Closed pouyadarabi closed 9 years ago

pouyadarabi commented 9 years ago

-remove change alignment on setReverse -disable string reversing

pouyadarabi commented 9 years ago

bug:

in TestActivity.java text align was set to justify but after that setReverse was called! so with last code , text-align will set to right , and text will not be justify!

pic 1:

1

pic 2:

text was reversed! set last DefisReversed to false resolved this one

2

two changes! bug fixed!

3

mathew-kurian commented 9 years ago

Thanks for the pics. I will merge when I get home and issue a new release. On Aug 15, 2015 3:12 AM, "Pouya Darabi" notifications@github.com wrote:

bug:

in TestActivity.java text align was set to justify but after that setReverse was called! so with last code , text-align will set to right , and text will not be justify!

pic 1:

[image: 1] https://cloud.githubusercontent.com/assets/5441676/9288422/52ba94ec-435b-11e5-9c46-112940762761.jpg

pic 2:

text was reversed! set last DefisReversed to false resolved this one

[image: 2] https://cloud.githubusercontent.com/assets/5441676/9288423/56d413e6-435b-11e5-988d-894340803a53.jpg

two changes! bug fixed!

[image: 3] https://cloud.githubusercontent.com/assets/5441676/9288424/59bad6b2-435b-11e5-8bb9-c0ce57af91e4.jpg

— Reply to this email directly or view it on GitHub https://github.com/bluejamesbond/TextJustify-Android/pull/93#issuecomment-131323886 .

mathew-kurian commented 9 years ago

Thank you

mathew-kurian commented 9 years ago

Released v2.1.1