相关疑难解决方法(0)

Android在API级别> = 8中旋转TextView

我有简单的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.

android rotation textview

11
推荐指数
2
解决办法
9132
查看次数

标签 统计

android ×1

rotation ×1

textview ×1