Android代码酷炫的 Fragment 切换动画我承认是有些浮夸。
Depth
AddsomeDepthtoyourfragments
Thebluecomesfromtheactivitybackgroundcolor
Inyouractivity
finalDepthdepth=DepthProvider.getDepth(container);
depth
.animate()
.reduce(oldFragment)
.exit(oldFragment)
.enter(newFragment)
.start();
Inyourfragmen
下载地址
用户评论