setColorFilter doesn't work on Android < 2.2
问题 i have a problem with the setColorFilter-Method on a drawable. It works fine on Android 2.2 but not on a version lower than that. My problem is similar to what is described here Drawable.setColorFilter() not working on Android 2.1, but that doesn't work for me... I use this code which works fine on Android 2.2 but not on anything lower than that. ImageView imageView = (ImageView) findViewById( R.id.imageView1 ); Bitmap immutableBitmap = BitmapFactory.decodeResource( getResources(), R.drawable