Set Text View ellipsize and add view more at end

前端 未结 13 1174

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

13条回答
  •  遥遥无期
    2020-12-02 13:13

    Instead of using android:layout_alignParentLeft="true" in first textview use android:layout_toLeftOf="@+id/textView1"

    This should take care of the overlapping text

提交回复
热议问题