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

When recycling a view with RecyclerView, the text needs to be set to the view before trying to measure displayable text due to recycled text being present and of a...

I'm using `ReadMoreTextView` in `RecyclerView`. Getting crash due to `StringIndexOutOfBoundsException` so many times inside `RecyclerView`. ``` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.waspito, PID: 17585 java.lang.StringIndexOutOfBoundsException: length=35; index=241 at java.lang.String.getChars(String.java:788) at...

Fatal Exception: java.lang.StringIndexOutOfBoundsException: length=9; index=70 at java.lang.String.getChars(String.java:788) at android.text.TextUtils.getChars(TextUtils.java:103) at android.text.SpannableStringBuilder.(SpannableStringBuilder.java:67) at com.borjabravo.readmoretextview.ReadMoreTextView.updateCollapsedText(ReadMoreTextView.java:137) at com.borjabravo.readmoretextview.ReadMoreTextView.getTrimmedText(ReadMoreTextView.java:114) 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) at android.widget.TextView.setText(TextView.java:5553) at w3bminds.engVarta.app.Adapters.ReviewAdapter.onBindViewHolder(ReviewAdapter.java:120) at w3bminds.engVarta.app.Adapters.ReviewAdapter.onBindViewHolder(ReviewAdapter.java:66) at android.support.v7.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:6781) at...

`trimLines` with mode `trimModeLine` do not work

Will be really helpful if you can add support to change font for read more and less All read less could be optional

Is there any possible way to change the font, Iam applying a different font family but that's not working.

Hi, I tried to implement the ReadMoreTextView but i cant see "**readmore**" option for some items. ![1](https://cloud.githubusercontent.com/assets/25858815/24797371/98d799fc-1bae-11e7-90d4-0ee1b905f86b.png) And when i clicked on the readmore option of te previous item,i can...

my entire text has setOnClickListener action to call another activity, but I don't want this to happen when the user click on "read more" and "read less" part of text...