解决方法
要在xml中旋转textview,请使用:android:rotation =“ – 90”
<TextView android:id="@+id/textView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Hello World!" android:rotation="-90"/>