Closed Shuhrat-java closed 9 years ago
Can you provide me the version number of TextJustify you are using?
Android version on my phone 2.3.6, SDK version 10
@Shuhratjava I meant the version of TextJustify
Version is 2.0.4
Interesting. Ill review it and let you know by tomorrow.
Try 2.0.5 and let me know
Hello, I have android 2.3.6 phone device. Sometimes I get IndexOutOfBoundsException on SpannableDocumentLayout class starting from the 230 line: // Use the line-height of the next line y += enableLineBreak * (-staticLayout.getLineAscent(lineNumber + 1) + staticLayout .getLineDescent(lineNumber + 1)); I debug and see that error comes from staticLayout.getLineAscent(lineNumber + 1) part.