AndroidConstraintLayout中RecyclerView 的底部数据显示不全以及覆盖其他View

Posted CodingForAndroid

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AndroidConstraintLayout中RecyclerView 的底部数据显示不全以及覆盖其他View相关的知识,希望对你有一定的参考价值。

指定底部约束(app:layout_constraintBottom_toBottomOf=“parent”)的同时,还要设置高度为0dp(android:layout_height=“0dp”),基本完美解决超出遮挡、不从顶部排列、显示不全的问题。

将显示不全的View高度设置为 android:layout_height=“0dp” 代表填充上下约束包围的区域。

以上是关于AndroidConstraintLayout中RecyclerView 的底部数据显示不全以及覆盖其他View的主要内容,如果未能解决你的问题,请参考以下文章

AndroidConstraintLayout中RecyclerView 的底部数据显示不全以及覆盖其他View

Android 屏幕适配总结

Android 屏幕适配总结

Android ConstraintLayout 使用与适配(使用篇)

Android ConstraintLayout 使用与适配(使用篇)

Android 自动创建最小宽度限定符文件插件 AutoDimens