gpt4 book ai didi

Android textview仅在视觉上旋转

转载 作者:行者123 更新时间:2023-11-30 05:08:29 26 4
gpt4 key购买 nike

我需要旋转 TextView 。我使用 android:rotation="-90"。视觉上是:

x
x
x

但实际上是:

x x x

And that leads to constraint problems.

有什么方法可以旋转约束框吗?

TextView xml

<TextView
android:id="@+id/recommendationTextView"
android:layout_width="123dp"
android:layout_height="19dp"
android:textSize="16sp"
android:fontFamily="sans-serif"
android:textStyle="normal"
android:textColor="#4d4d4d"
android:letterSpacing="0.06"
android:lineSpacingExtra="7sp"
android:text="@string/recommendations"
android:rotation="-90"
app:layout_constraintTop_toTopOf="@id/itemEnd"
android:layout_marginTop="74dp"
app:layout_constraintStart_toStartOf="parent"
android:layout_marginBottom="74dp"
app:layout_constraintBottom_toBottomOf="parent"/>

最佳答案

嗯,看起来这个问题没有本地解决方案。我已经从 Zeplin 中将带旋转的文本导出为 png。至少它有效。

关于Android textview仅在视觉上旋转,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54115836/

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