Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- ScrollView
- DART
- data
- CustomScrollView
- 안드로이드
- Button
- tabbar
- textfield
- Dialog
- viewmodel
- binding
- appbar
- Navigation
- Kotlin
- LifeCycle
- android
- TEST
- livedata
- Compose
- 계측
- 테스트
- scroll
- drift
- 앱
- intent
- textview
- activity
- Flutter
- Coroutines
- 앱바
Archives
- Today
- Total
목록text (1)
Study Record

JetPack Compose 에서 텍스트 표현은 Text() 컴포저블 함수를 사용한다. @Composable fun Text( text: String, modifier: Modifier = Modifier, color: Color = Color.Unspecified, fontSize: TextUnit = TextUnit.Unspecified, fontStyle: FontStyle? = null, fontWeight: FontWeight? = null, fontFamily: FontFamily? = null, letterSpacing: TextUnit = TextUnit.Unspecified, textDecoration: TextDecoration? = null, textAlign: TextAlign? =..
안드로이드/compose
2023. 8. 25. 22:45