ReadMoreTextView icon indicating copy to clipboard operation
ReadMoreTextView copied to clipboard

A Custom TextView with trim text

Results 36 ReadMoreTextView issues
Sort by recently updated
recently updated
newest added

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.text.Layout.getLineCount()' on a null object reference at com.borjabravo.readmoretextview.ReadMoreTextView.getTrimmedText(ReadMoreTextView.java:113) at com.borjabravo.readmoretextview.ReadMoreTextView.getDisplayableText(ReadMoreTextView.java:90) at com.borjabravo.readmoretextview.ReadMoreTextView.setText(ReadMoreTextView.java:84) at com.borjabravo.readmoretextview.ReadMoreTextView.setText(ReadMoreTextView.java:97)

Hello, this control in recycleView, no page in front of the screen, will be open by default

/UncaughtException: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.text.Layout.getLineCount()' on a null object reference

I thought this would do it app:showTrimExpandedText="false" But I actually see no difference wheter this is set to true or false. I want the user to be redirected to another...