I am trying to set ellipsize of text view. using the following code. I want to add \"view more\" at the end of truncated string after 3 dots. If this would be possible with
Check out my library : https://github.com/AhmMhd/SeeMoreTextView-Android
usage:
TextView seemoreTv = (TextView) findViewById(R.id.textview) seemoreTv.setContent("some really long text here.")
it also works great on recyclerview.