如何使用drawable资源文件滑动来为我的图标设置动画?

时间:2018-03-25 13:38:54

标签: android animation android-glide

<?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来为我的加载图标设置动画。

0 个答案:

没有答案