gpt4 book ai didi

android:MotionLayout 中的 textSize 变化

转载 作者:行者123 更新时间:2023-11-29 22:42:46 28 4
gpt4 key购买 nike

我将使用 MotionLayout 为文本大小变化设置动画。

我对开始状态执行以下操作

<CustomAttribute
motion:attributeName="textSize"
motion:customDimension="16sp" />

下面是结束状态

<CustomAttribute
motion:attributeName="textSize"
motion:customDimension="14sp" />

因此,看起来大小实际上在变化,但它比 14sp-16sp 大得多

那么,如何正确改变文字大小呢?

最佳答案

试试这个

<CustomAttribute
motion:attributeName="textSize"
motion:customFloatValue="14" />

关于android:MotionLayout 中的 textSize 变化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58856602/

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