如何处理recycleView无法完全显示

时间:2016-12-22 01:57:41

标签: android

我的项目结构如图所示。它包括两部分。第一部分是标题,它包含viewPager(用于显示广告)和Tablayout。第二部分也是viewpagerviewpager中有四个片段。

我在每个片段中放置了一个recycleView,其函数为loadmore。现在我遇到了一个问题,当我以甩尾方式滚动recycleView时。顺利不能连续。

所以我在github和CoordinatorLayout中使用了开源库 smoothappbarlayout 。在smoothappbarlayout演示中,我使用viewpager替换工具栏,然后导致recycleView无法完全显示的问题。

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

问题必须与您用作片段容器的 FrameLayout 有关。

卸下:

android:fitsSystemWindows="true"并添加false

android:clipToPadding="true"并添加false

如果您在使用的代码后仍然遇到任何问题,我会帮您解决错误。