Skip to content

Instantly share code, notes, and snippets.

@messenger63
Created December 10, 2015 14:09
Show Gist options
  • Save messenger63/60cc556042111368d95d to your computer and use it in GitHub Desktop.
Save messenger63/60cc556042111368d95d to your computer and use it in GitHub Desktop.
Colored Drawable with filter
Drawable img = ContextCompat.getDrawable(mContext, item.getTimerImage());
img.setColorFilter(ContextCompat.getColor(mContext, R.color.white), PorterDuff.Mode.SRC_ATOP);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment