RecycleView自定义分割线

public class LinearItemDecoration extends RecyclerView.ItemDecoration { public static final int HORIZONTAL = LinearLayout.HORIZONTAL; public static final int VERTICAL = LinearLayout.VERTICAL;
相关文章
相关标签/搜索