Programing/Android

안드로이드 텍스트 넘침 ...표시

딩코딩 2024. 3. 13. 11:48
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:maxLines="1"
                android:ellipsize="end"
                tools:text="제목 없음"
                />

 

maxLines = 몇줄까지 허용

elipsize= 어디에 ...표시를 할것인가