Android 一堆会动的控件
程序员文章站
2022-07-14 16:14:13
...
Animated-Icons
简介:Android Animated Icons
标签:
And more animated icons is coming..
Download apk sample
Usage
<tarek360.animated.icons.AnimatedIconView
android:id="@+id/animatedIconView"
android:layout_width="48dp"
android:layout_height="48dp"/>
animatedIconView.setAnimatedIcon(IconFactory.iconSettings());
animatedIconView.startAnimation();
Installation
Add this to your module build.gradle
file:
dependencies {
...
compile "com.github.tarek360:Animated-Icons:1.2.0"
}
Add this to your root build.gradle
file (not your module build.gradle
file) :
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
上一篇: PCL:将点云投影到参数模型上
下一篇: 51Nod-1533-一堆的堆