英文: Android Jetpack Compose cannot change BasicTextField cursor thumb color 问题 目前我正在使用Android Jetpac...
更改Jetpack Compose中OutlinedTextField的边框厚度
英文: Change OutlinedTextField border thickness in jetpack compose 问题 我在我的Jetpack Compose项目中有一个自定义的Out...
如何在将可组合项显示为InlineTextContent之前测量可组合项?
英文: How to measure a Composable before displaying it as InlineTextContent? 问题 我想在AnnotatedString中将Co...
如何检测在Android Jetpack Compose中TextField光标位于哪一行。
英文: How to detect TextField cursor lies on which line in Android Jetpack compose 问题 How to detect Te...
文本组合 – 字符宽度
英文: Compose Text - width in chars 问题 有没有办法告诉Text组合在任何提供的文本下都能宽度为例如2个字符? 我想要一行,其中包括权重和一些固定大小的单元格,但是我希...
jetpack compose – OutlinedTextField 的 errorBorderColor 无法正常工作
英文: jetpack compose - OutlinedTextField errorBorderColor not working 问题 I'm trying to set errorBorde...
Jetpack Compose Material3 TextField 最小高度
英文: Jetpack compose material3 TextField minimum height 问题 所以我有一个带有条件可用的supportingText的OutlinedTextFi...
VisualTransformations能够与可组合的OutlinedTextField一起使用吗?
英文: Can the VisualTransformations work with a composable OutlinedTextField 问题 Material 3 我有以下的代码片段,一...
将多个文本居中对齐,如果其中一个为空。
英文: Aligning multiple texts center if one is null 问题 Row( verticalAlignment = Alignment.CenterVertic...
在Android Jetpack Compose UI中,我们如何将文本格式化为上标或下标?
英文: How we can we format Text as superscript or subscript in Android Jetpack Compose UI? 问题 我正在使用And...