如何制作 android 动画可绘制背景
How to make android animated drawable background
我想为我的 android 应用程序制作动画可绘制背景。
可以使用 <layer-list>
和 <animation-list>
.
制作动画背景
从Android Lollipop(API 21级)可以使用AnimatedVectorDrawable.实现
FOR It's tutorial 看看 here
还有一些工具可以帮助为矢量绘图设置动画shapeshifter and you would also want to take a look at this post from the author of the tool shapeshifter An Introduction to Icon Animation Techniques. For basic tutorial of Shapeshifter take a look here
除此之外,如果您需要使用外部库,那么您希望查看 here
我想为我的 android 应用程序制作动画可绘制背景。
可以使用 <layer-list>
和 <animation-list>
.
从Android Lollipop(API 21级)可以使用AnimatedVectorDrawable.实现 FOR It's tutorial 看看 here
还有一些工具可以帮助为矢量绘图设置动画shapeshifter and you would also want to take a look at this post from the author of the tool shapeshifter An Introduction to Icon Animation Techniques. For basic tutorial of Shapeshifter take a look here
除此之外,如果您需要使用外部库,那么您希望查看 here