英文: 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 下拉刷新功能
英文: Jetpack Compose Material3 Pull to Refresh functionality 问题 我正在尝试根据这个指南,从Material2规范迁移项目到Material...
如何开始填充 LazyVerticalGrid 中心的项目?
英文: How to start filling items for the center in LazyVerticalGrid? 问题 我正在尝试在Jetpack Compose中实现一个惰性网格...
java.lang.IndexOutOfBoundsException: 索引: 0,大小: 0 Kotlin 中的错误
英文: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 Error in Kotlin 问题 尝试从数组列表中获取货币值,我期望通过get...
Material 3 图标/按钮默认尺寸为何异常巨大?
英文: Why Material 3 Icon/Button sizes are abnormally huge by default? 问题 我最近简要了解了Compose中的Material 3,...
如何在Jetpack Compose画布上使用drawPath()进行动画绘制?
英文: How to animate drawPath() on jetpack compose canvas 问题 我使用path.cubicTo()方法绘制了一个心形。 Canvas(modifi...
如何锁定OutlinedTextField中的LabelText?
英文: How to lock LabelText in OutlinedTextField? 问题 我有一个用于OutlinedTextField字段的标题。它只在我点击字段并开始输入时出现。有没有...
Jetpack Compose Material3 TextField 最小高度
英文: Jetpack compose material3 TextField minimum height 问题 所以我有一个带有条件可用的supportingText的OutlinedTextFi...
如何测量高度并在 Jetpack Compose 中应用。
英文: How to measure height and apply in view jetpack compose 问题 我想要测量父视图的高度,并相应地进行动画处理。我尝试了这个答案。我觉得它对...
26