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 369 forks source link

Text justification does not consider important attributes #9

Open fscz opened 10 years ago

fscz commented 10 years ago

Text Justification should consider some attributes that can be set on a TextView, such as:

mathew-kurian commented 10 years ago

Yes. I can add these. Can you explain the last attribute you mentioned?

fscz commented 10 years ago

http://developer.android.com/reference/android/widget/TextView.html#attr_android:maxEms

But you don't have to implement it for me. I was trying to point out a few attributes, that should be considered.

mathew-kurian commented 10 years ago

I will look into it soon. Thanks for the heads up!