-
* **Markwon version**: _{4.3.1}_
I want to implement **Read more...** and **Read less...** functionality same as **Whatsapp**. I have text view and i am already using markwon to set text inside tex…
-
**### SportsTab.java**
package com.codersport.enjoyfreetime;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFacto…
-
* **Markwon version**: 4.2.0
I have to render markdown text into TextView but want to show ellipsis at the end If the text is more than max lines set for TextView.
I have set ellipsize="end" attri…
-
As posted by @dbrant at #1489 :
> I generally like to encourage a greater emphasis on QA, continual dogfooding, and reducing complexity (i.e. refactoring existing code to use unified APIs), rather …
-
veila updated
5 years ago
-
This happens when text leght is shorter than field may fit without trimming and parameter _app:trimMode="trimModeLine"_ is set.
For example
If I set attributes as following:
_app:trimMode="trimMo…
-
Hi there! Thank you for that wonderful library.
Seems like EllipsisSpan clickable region is failing when attempting to use it in ViewHolders specifying margins for ReadMoreTextView with no exact widt…
-
Can BetterLinkMovementMethod return a SpannableString?
I need to get the source span and then add additional manipulations. Thanks for this great library!
-
If you try to trim by length, and the length of the text is smaller than the limit, you get
java.lang.StringIndexOutOfBoundsException: length=8; regionStart=0; regionLength=101
…
-
I am sorry my English, I am chinese
If We customize ReadMoreTextView with app:trimExpandedText="收起" in xml file, It cant response?
When I try ReadMoreTextView .setTrimCollapsedText in java code, It …