IconColorChanger icon indicating copy to clipboard operation
IconColorChanger copied to clipboard

Changing Icons from one color to another color using IconColorChanger

Results 2 IconColorChanger issues
Sort by recently updated
recently updated
newest added

Replace the line: Bitmap resultBitmap = Bitmap.createBitmap(sourceBitmap, 0, 0, sourceBitmap.getWidth() - 1, sourceBitmap.getHeight() - 1); with: Bitmap resultBitmap = sourceBitmap.copy(Bitmap.Config.ARGB_8888, true);

![z](https://cloud.githubusercontent.com/assets/11768239/8147576/501152aa-128f-11e5-88ba-c192db79a2b4.jpg)