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 | 31 |
Tags
- drift
- Flutter
- intent
- Compose
- tabbar
- TEST
- Button
- data
- livedata
- viewmodel
- Dialog
- scroll
- LifeCycle
- DART
- android
- Coroutines
- 앱
- textview
- 계측
- CustomScrollView
- Navigation
- activity
- 안드로이드
- ScrollView
- binding
- textfield
- appbar
- 테스트
- Kotlin
- 앱바
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