欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Android 一堆会动的控件

程序员文章站 2022-07-14 16:14:13
...

Animated-Icons

项目地址:tarek360/Animated-IconsAndroid 一堆会动的控件
简介:Android Animated Icons
标签:Android 一堆会动的控件



























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" }
  }
}