gpt4 book ai didi

android - 图像可绘制旋转不适用于android?

转载 作者:行者123 更新时间:2023-11-29 00:04:29 25 4
gpt4 key购买 nike

我需要使用 xml 属性从 drawable 旋转图像图标 我已经尝试过不同的方式,但似乎没有任何效果。

android:rotation="90"

android:fromDegrees="0"

android:toDegrees="360"

android:pivotX="50%"

android:pivotY="50%"

 <ImageView
android:layout_width="80dp"
android:layout_height="80dp"
android:rotation="90"
android:src="@drawable/ic_arrow_collapse" />

我做错了什么?

最佳答案

这应该在编译后工作:

android:rotation="90"

您无法在预览中看到它,但在模拟器上安装后它可以正常工作。

如果遇到任何问题,请使用 Java:

Android: Rotate image in ImageView by 90degrees but without delay

关于android - 图像可绘制旋转不适用于android?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34924611/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com