animated-rotate
可绘制的官方文档在哪里?
我搜索了"animated-rotate" site:developer.android.com
,却没有找到任何内容:
未找到“动画旋转”网站:developer.android.com 的结果。
也在官方网站上
如果是这样,为什么我可以在应用程序中使用以下drawable并成功运行它?
<?xml version="1.0" encoding="utf-8"?>
<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/ic_spinner_pb"
android:pivotX="50%"
android:pivotY="50%"
android:fromDegrees="0.0"
android:toDegrees="360.0" />