如何制作Android动画可绘制背景

问题描述 投票:0回答:1

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

android android-layout android-drawable
1个回答
1
投票

从Android Lollipop(API级别21)可以实现使用AnimatedVectorDrawable. FOr它的教程看看here

还有一些工具可以帮助动画矢量绘制shapeshifter,你也想看看工具shapeshifter An Introduction to Icon Animation Techniques.的作者的这篇文章。对于Shapeshifter的基本教程,看看here

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

© www.soinside.com 2019 - 2024. All rights reserved.