【发布时间】:2023-03-04 11:39:01
【问题描述】:
我有简单的 TextView
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:rotation="45"
android:text="Simple text" />
文本不会在 Android 2.2.2 上旋转 45 度。
我看到了不同的线程,但每个人都在做动画。我不想动画。我想要的只是旋转文本视图。
【问题讨论】:
-
子类 textview 并覆盖 onDraw。真的很简单
-
除了“blackbelt”响应之外,您还可以在此处查看示例stackoverflow.com/questions/9262494/…