ConstraintLayout
Posted wp7ers
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ConstraintLayout相关的知识,希望对你有一定的参考价值。
ConstraintLayout使用笔记
具体使用参考:http://blog.csdn.net/guolin_blog/article/details/53122387
ConstraintLayout 好处还是很明显,确实可以减少嵌套。
性能对比参阅:http://www.cnblogs.com/liujingg/p/7161319.html 简单嵌套ConstraintLayout性能比较差。
以上是关于ConstraintLayout的主要内容,如果未能解决你的问题,请参考以下文章
在 ConstraintLayout 中滚动 RecyclerView 时如何折叠工具栏?