文件名称:Android代码-又见一种折纸效果
文件大小:3.54MB
文件格式:ZIP
更新时间:2022-08-27 21:03:47
Android代码
Foldable Layout This code is a showcase of a foldable animation I created for Worldline. The code is fully written with java APIs from the Android SDK, without the use of any external library. This code is a demo and not a library. The foldable layout is a layout (strictly a RelativeLayout), which can have two child layouts, one for the cover, and one for the details. The foldable layout takes care of the folding animation between those two layouts. In the demo the foldable layout is used in a R
【文件预览】:
FoldableLayout-master
----gradlew(5KB)
----settings.gradle(34B)
----LICENSE.txt(11KB)
----gradle()
--------wrapper()
----README.md(2KB)
----screenshots()
--------demo.gif(2.99MB)
----gradlew.bat(2KB)
----gradle.properties(699B)
----.gitignore(69B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(996B)
--------proguard-rules.pro(677B)
----foldablelayout()
--------src()
--------maven_push.gradle(3KB)
--------.gitignore(7B)
--------build.gradle(939B)
--------proguard-rules.pro(677B)
----build.gradle(925B)