在OnDialogCreate方法中创建RecyclerView,item不铺满屏幕解决 item不铺满的原因是缺少parent参数,解决的方法是在RecyclerView外面添加一个Relativelayout,或者其他布局,重新编译就会看到Item已经铺满屏幕了