文件名称:Android代码-reflow-animator
文件大小:564KB
文件格式:ZIP
更新时间:2022-08-26 02:12:59
Android代码
Reflow Text Animator A port of Plaid's ReflowText that allows easily transitioning between sibling TextViews - no matter their size or style. Usage To move and transform fromView into toView: new ReflowTextAnimatorHelper.Builder(fromView, toView) .buildAnimator() .start(); Note that both views need to have been laid out when passing them in the Builder. Depending on your implementation, this might have to be wrapped in an OnPreDrawListener. Have a look at the sample for a more complete
【文件预览】:
reflow-animator-master
----dependencies.gradle(207B)
----gradlew(5KB)
----settings.gradle(30B)
----library()
--------src()
--------gradle.properties(600B)
--------.gitignore(7B)
--------build.gradle(800B)
--------proguard-rules.pro(109B)
----LICENSE(11KB)
----gradle()
--------wrapper()
--------gradle-mvn-push.gradle(4KB)
----README.md(2KB)
----sample()
--------src()
--------.gitignore(7B)
--------reflow-animator.gif(426KB)
--------build.gradle(900B)
--------proguard-rules.pro(922B)
----gradlew.bat(2KB)
----.gitignore(323B)
----build.gradle(624B)