Skip to content

Instantly share code, notes, and snippets.

View nivekmai's full-sized avatar

Kevin Christensen nivekmai

  • WhatsApp
  • Mountain View
View GitHub Profile
@nivekmai
nivekmai / SimpleDividerItemDecoration
Last active May 5, 2020 20:32 — forked from Leaking/SimpleDividerItemDecoration
A simple RecyclerView ItemDecoration drawing a horizon line and you can set the height and the color.It looks like the listview divider.
package com.quinn.xmpp.ui.widget;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.drawable.Drawable;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import com.quinn.xmpp.R;