공부/Basic
android:ellipsize
Yulia Na
2020. 1. 14. 16:01
주의 사항
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).