我有简单的TextView
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:rotation="45"
android:text="Simple text" />
Run Code Online (Sandbox Code Playgroud)
在Android 2.2.2上,文本不会旋转到45度.
我看到了不同的主题,但每个人都在做动画.我不想动画.我想要的只是旋转textview.