gpt4 book ai didi

android - 如何在 Android Jetpack Compose Text 中设置文本大小

转载 作者:行者123 更新时间:2023-12-04 16:24:05 33 4
gpt4 key购买 nike

XML 编码 e

<TextView
android:textSize="22sp"
... />
对应的 Jetpack compose 代码是什么?

最佳答案

我们必须使用 fontSize更改文本大小。

import androidx.compose.ui.unit.sp

Text(
"Hello World",
fontSize = 30.sp
)
Docs - Changing the text size
撰写有 TextUnit我们可以使用 .sp.em .
更多信息 TextUnit

关于android - 如何在 Android Jetpack Compose Text 中设置文本大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68730711/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com