Android代码-使用SVG实现Drawable切换动画

时间:2022-08-27 23:18:39
【文件属性】:
文件名称:Android代码-使用SVG实现Drawable切换动画
文件大小:2.07MB
文件格式:ZIP
更新时间:2022-08-27 23:18:39
Android代码 ToggleDrawable ToggleDrawable helps to create animated drawable transitions using a minimalistic and clean API. The implementation relies on bezier curves instead of SVG graphics, and is compatible below API 19. DEMO APK How? The library provides a few implementations like SearchArrowDrawable, SearchCrossDrawable or DrawerArrowDrawable: ToggleDrawable drawable = new SearchArrowDrawable(context); mImageView.setImageDrawable(drawable); drawable.setProgress(...); // animate You can easily cr
【文件预览】:
ToggleDrawable-master
----gradlew(5KB)
----settings.gradle(30B)
----library()
--------src()
--------.gitignore(7B)
--------build.gradle(598B)
--------proguard-rules.pro(128B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----README.md(3KB)
----sample()
--------src()
--------sample-debug.apk(1.38MB)
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(663B)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.gitignore(558B)
----artworks()
--------toggle.gif(849KB)
----build.gradle(498B)

网友评论