只有中心的可以任意旋转不变。
<LinearLayout
    android:gravity="center"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <TextView
        android:text="中心字"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
    </LinearLayout>