Develop/Android
Android TextView ... 처리
dlsdnd345
2016. 2. 14. 16:14
Android TextView ... 처리 Android TextView ... 처리를 찾아보니 클래스를 넣으라는둥 하는 글이 많았다. Android 에서 기분으로 제공해주는 기능에 있었습니다 .
여기서의 핵심 코드는 android:singleLine="true"
android:ellipsize="end"
이 두줄의 코드입니다 . android:layout_width="230dp" 의 길이 많큼 넘어가면 ... 으로 나오는 것을 볼수 있습니다 . 제가 사용한 화면이네요 ^^ |