欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

recyclerView中viewpager不显示的问题

程序员文章站 2022-05-26 09:29:07
...

代码中配置布局的高度和宽度:

RecyclerView.LayoutParams layoutParams = new RecyclerView.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, DensityUtil.dip2px(300));

mCalendarDetailView.setLayoutParams(layoutParams);

原因未知。