I have simple TextView
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:rotation="45"
android:text="Simple text" />
The text wont be rotated to 45 degree on Android 2.2.2.
I saw different threads, but everybody is doing an animation. I don't want to animate. All I want is to rotate the textview.