Android动画旋转可绘制:官方文档在哪里?

时间:2018-08-08 22:53:44

标签: android animation rotation android-drawable

animated-rotate可绘制的官方文档在哪里? 我搜索了"animated-rotate" site:developer.android.com,却没有找到任何内容:

  

未找到“动画旋转”网站:developer.android.com 的结果。

enter image description here

也在官方网站上

enter image description here

如果是这样,为什么我可以在应用程序中使用以下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" />

enter image description here

0 个答案:

没有答案