我正在尝试做这样的事情:
在stackOverflow和google上的大量链接上找到了几个答案,除了使用属性“android:rotation”之外什么都没找到,但这不是我想要的。应用Rotation属性给我这样的东西:
使用:
<ImageView
android:layout_width="match_parent"
android:layout_height="100dp"
android:rotation="5"
android:id="@+id/imageView" />
这肯定不是我想要的。还有其他办法吗?