Skip to content

Instantly share code, notes, and snippets.

View starkej2's full-sized avatar
Using significant energy

Jeffrey Starke starkej2

Using significant energy
View GitHub Profile
@starkej2
starkej2 / code-review-pull-request-template.md
Last active July 11, 2019 14:44 — forked from riggaroo/PULL_REQUEST_TEMPLATE
Pull request template format. Add this file to your .github folder

Type of change

  • Bug fix
  • New feature
  • Enhancement
  • Refactoring

Description

@starkej2
starkej2 / android-DividerItemDecoration.java
Last active June 9, 2016 15:26 — forked from akmalxxx/DividerItemDecoration.java
Adds dividers between RecyclerView Items
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.LinearLayoutManager;
import android.view.View;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.graphics.Canvas;