Commit 4ec135ff authored by linfeng's avatar linfeng

bug修复

parent c6403e94
......@@ -278,6 +278,7 @@ public class HomeFragment extends BaseFragment<CommonPresenter> implements Obser
});
mAdapter = new HotCarTypeAdapter();
recyclerViewContent.setLayoutManager(new GridLayoutManager(getContext(), 2));
recyclerViewContent.addItemDecoration(new AbSpacesItemDecoration(10));// 分割线。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment