Skip to content

Instantly share code, notes, and snippets.

@wujiyu115
Created September 4, 2013 11:54
Show Gist options
  • Save wujiyu115/6435966 to your computer and use it in GitHub Desktop.
Save wujiyu115/6435966 to your computer and use it in GitHub Desktop.
android:gray
ColorMatrix localColorMatrix = new ColorMatrix();
localColorMatrix.setSaturation(0.0F);
ColorMatrixColorFilter localColorMatrixColorFilter = new ColorMatrixColorFilter(localColorMatrix);
this.recordCardIcon.setColorFilter(localColorMatrixColorFilter);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment