728x90
반응형
<TextView
android:id="@+id/chattingRoomPeople"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:ellipsize="end"
android:singleLine="true"
/>
android:ellipsize="end"
= > 글 끝을 ... 으로 표기
android:singleLine="true"
=> 글이 아무리 많아져도 한줄로만 표기
728x90
반응형
'Android' 카테고리의 다른 글
안드로이드 자바 TCP IP ( 소켓 통신 ) (29) | 2018.06.01 |
---|---|
이미지 원형으로 만들기 CircleImageView (0) | 2018.06.01 |
EditText 키보드 내리기 (0) | 2018.05.25 |
어댑터 안에서 다른 액티비티로 인텐트 보내기 (0) | 2018.05.25 |
안드로이드 jar 라이브러리 추가 (0) | 2018.05.22 |