텍스트1 [Android-Compose] 안드로이드 컴포즈 2편 - Text 지난 1편에 이어서 안드로이드 컴포즈에 대해 알아보겠다. 이번에 알아볼 내용은 기본 중의 기본인 Text를 알아보겠다. # Android Compose Text() 컴포즈의 Text는 Xml의 TextView라고 보면 된다. Text = TextView Text()를 자세히 살펴보면 아래와 같은 많은 속성들이 있다. text: AnnotatedString, modifier: Modifier = Modifier, color: Color = Color.Unspecified, fontSize: TextUnit = TextUnit.Unspecified, fontStyle: FontStyle? = null, fontWeight: FontWeight? = null, fontFamily: FontFamily? = n.. 2022. 8. 14. 이전 1 다음