Closed lancefluger closed 10 years ago
Not yet, you can try to add that. All you have to do is edit the starting horizontalOffset
and the width
.
Such that:
marginLeft <= horizontalOffset <= (textviewWidth - (marginLeft + margnRight));
Thanks for the tip!
Works perfectly for my app to add to the horizontalOffset
to get my marginLeft
and subtract from TextView
width i.e. dirtyRegionWidth
to get my marginRight
.
Can add a pull request if it isn't too much of a hack.
Why don't you fork, add and then do a pull request.
Is there a parameter for left and right margin space in using TextJustify ?