Android EditText에서 수직 콘텐츠 정렬 여러 줄이 있습니다 EditText. 이제 콘텐츠가 중간에 정렬됩니다. 그리고 다음과 같이 콘텐츠를 상단에 정렬하고 싶습니다. 세로로 정렬 된 텍스트 예제 http://img28.imageshack.us/img28/3972/edittext.png 그렇게 할 수있는 속성이 있습니까? 이 시도: android:gravity="top" 그래서 android:gravity="top""Top"위치에 텍스트를 설정합니다. 또한 다른 설정할 수 있습니다 android:gravity와 같은 속성 값을 center, bottom, center_vertical, left, right, center_horizontal, 등 즐겨 !! 시험 android:gravity="t..