如何在不旋转文本视图的情况下旋转文本?

时间:2019-07-06 19:25:58

标签: android-studio textview rotation

嗨,我只想旋转文本视图中的文本,而不旋转文本视图本身。

目前我有类似的东西

<TextView
        android:id="@+id/textView3"
        android:layout_width="244dp"
        android:layout_height="19dp"
        android:layout_marginBottom="4dp"
        android:rotation="90"
        android:text="GOO GOO GA GA"
        app:layout_constraintBottom_toTopOf="@+id/boo1"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintHorizontal_bias="1.0"
        app:layout_constraintStart_toEndOf="@id/boo2"
        app:layout_constraintTop_toBottomOf="@+id/boo3"
        app:layout_constraintVertical_bias="0.428" />

但是,这当然会旋转整个文本视图,其中包含文本。我已经在“设计”屏幕上绘制了垂直文本视图,并且由于约束原因,我不希望该视图旋转。

1 个答案:

答案 0 :(得分:0)

android:text="G
              O
              O

              G
              O
              O

              G
              A
              A"