
动画
libinbin147256369
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android 抖动效果实现
Android 抖动效果实现 1.在res/anim目录中新建一个xml文件,如:shake.xml,如果没有anim目录,自己创建一个anim文件夹就可以啦 <?xml version="1.0" encoding="utf-8"?> <translate xmlns:android="htt...原创 2019-07-19 18:05:46 · 715 阅读 · 0 评论 -
Android Lottie的简单使用详解
Android Lottie的简单使用详解 1.导入库 implementation 'com.airbnb.android:lottie:2.6.1' 2.编写xml文件 <com.airbnb.lottie.LottieAnimationView android:id="@+id/iv_ro...原创 2019-07-19 18:41:39 · 2655 阅读 · 0 评论