本文共 289 字,大约阅读时间需要 1 分钟。
NestedScrollView嵌套RecyclerView最后一条item显示不全
首先要在最外层的NestedScrollView配置属性 android:fillViewport="true":
然后在上层Java代码,设置RecyclerView的属性:
mLinearLayoutManager.setSmoothScrollbarEnabled(true); mRecyclerView.setHasFixedSize(true); mRecyclerView.setNestedScrollingEnabled(false);
转载地址:http://uwthl.baihongyu.com/