«textview» 태그된 질문

텍스트보기는 사용자가 표시된 텍스트를 보거나 수정할 수있는 UI 요소입니다. 이 태그를 사용하여 질문 관련 텍스트보기를 프로그래밍하고 관련 프로그래밍 언어 또는 기술 태그를 추가하여 질문에 더 많이 노출되도록하십시오. 텍스트 뷰를 배치 할 위치에 대한 일반적인 UX 질문 및 기타 유사한 의견 기반 질문은 스택 오버플로에 대한 주제가 아닙니다.


7
Android의 TextView에서 두 줄 텍스트를 중앙에 배치하는 방법은 무엇입니까?
나는 다음과 같이 보이고 싶다. | two | | lines | 다음은 전혀 작동하지 않는 현재 레이아웃입니다. <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center_vertical"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="two\nlines" android:layout_gravity="center_vertical" android:layout_centerInParent="true"/> </RelativeLayout> 어떤 생각? 감사!
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.