속성

설정메소드 

설명 

text 

setText(CharSequence) 

표시할 텍스트

textColor

setTextColor(ColorStateList) 

텍스트 색상 

textSize 

setTextSize(float) 

텍스트의크기 

textStyle

setTypeface(Typeface) 

스트스타일

(bold,italic,bolditalic) 

typeface

setTypeface(Typeface) 

텍스트폰트(normal,sans,serif,monospace) 

width 

setWidth(int) 

픽셀단위 텍스트뷰길이설정 

height 

setHeight(int) 

픽셀단위 텍스트뷰높이설정 

lines 

setLines(int) 

텍스트 뷰의 높이 설정 

 

android:text="텍스트"

android:textColor="#ff0000"

android:textSize="20pt"

android:textStyle="italic"

android:typeface="serif"

 

Button 클래스도 TextView클래스를 상속받아서 작성되어있으므로, 모든속성을 사용가능

블로그 이미지

왕왕왕왕

,