공부/Basic

android:ellipsize

Yulia Na 2020. 1. 14. 16:01

https://developer.android.com/reference/android/widget/TextView.html#setEllipsize(android.text.TextUtils.TruncateAt)

불러오는 중입니다...

주의 사항

 

maxLines가 2 이상이면 ellipsize는 end, marquee사용 가능

 

- If setMaxLines(int) has been used to set two or more lines, only TextUtils.TruncateAt.END and TextUtils.TruncateAt.MARQUEE are supported (other ellipsizing types will not do anything).