我需要旋转textview。我使用android:rotation="-90"
。视觉上是:
x
x
x
但实际上是:
x x x
有没有办法旋转约束框?
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"/>
答案 0 :(得分:0)
好吧,似乎没有针对此问题的本地解决方案。我已经从Zeplin导出了旋转为png的文本。至少可以。