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 |
Tags
- tabbar
- TEST
- drift
- Navigation
- Dialog
- 안드로이드
- 앱바
- appbar
- android
- ScrollView
- viewmodel
- 테스트
- scroll
- binding
- Flutter
- textview
- activity
- 앱
- 계측
- Coroutines
- Kotlin
- Compose
- Button
- CustomScrollView
- textfield
- livedata
- data
- LifeCycle
- DART
- intent
Archives
- Today
- Total
목록텍스트 (1)
Study Record
[Android] Compose 의 텍스트
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