Android RecyclerView item 间距 及是否包含四周边距 的设置
从别的文章看到的 但是不满足需求 或者我写错了 就我改了过来 public class SpacesItemDecoration extends RecyclerView.ItemDecoration { private HashMap<String, Integer> spaceValue; //间隔 private boolean i...