행간 설정
<TextView
android:lineSpacingExtra=”20dp”
/>
글자 스타일 설정
<TextView
android:textStyle="bold" //볼드체
android:textStyle="italic" //이텔릭체
/>
글자 크기 설정
<TextView
android:textSize="10sp"
/>
'Programming > Android' 카테고리의 다른 글
[Android] ScrollView (0) | 2022.06.16 |
---|---|
[Android] ImageView (0) | 2022.06.16 |
[Android] Constraint Layout (0) | 2022.06.16 |
[Android] Grid Layout (0) | 2022.06.16 |
[Android] Frame Layout (0) | 2022.06.16 |