如何使android动画可绘制背景

时间:2019-02-16 04:53:24

标签: android android-layout android-drawable

我想为我的Android应用程序制作动画可绘制的背景。 可以使用<layer-list><animation-list>制作动画背景。

1 个答案:

答案 0 :(得分:1)

在Android Lollipop(API级别21)中,可以使用AnimatedVectorDrawable.进行实施 对于本教程,请看一下here

也有一些工具可以帮助绘制矢量可绘制对象shapeshifter的动画,您也想看看工具shapeshifter An Introduction to Icon Animation Techniques.的作者的这篇文章。看起来here

除此之外,如果您需要使用外部库,那么您想查看here

相关问题