IconColorChanger
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);
