<?xml version="1.0" encoding="utf-8"?>
<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/loadingicon"
android:pivotX="50%"
android:pivotY="50%"></animated-rotate>
这是我的可绘制文件。我正在尝试使用Glide来为我的加载图标设置动画。