Closed Suresh1988 closed 10 years ago
No problem! Can you do two things and I can help you fix it?
Hi bluejamesbond, Thanks for your wonderful guide and when I tried the Option 1, I got an error on my MainActivity.java -"textViewEx cannot be resolved or is not a field", even I tried many times cleaning the project or restarting Eclipse. Please advice am I missing any steps? Appreciate for prompt reply.
I am not what is going wrong, why don't you send me the project via email.
I too am facing the same problem of last line characters getting truncated. I am using a font size of 16 sp and using draw based setup from the library to get the text justified.
I haven't had much time to work on this but a temporary fix is changing this value:
Line 85: verticalOffset = horizontalFontOffset = getLineHeight() - 0.5f; // Temp fix
Change the 0.5f
or the line-height to something that fits your needs.
Hi,
Thanks for the wonderful library. I am using your library to justify the textview. Everything works perfect except the last line of the paragraph.. The last line characters are getting truncated ... Please help me to solve the issue.