im running mad with this problem. Since 2 day im trying to tint an image with colorfilter, but nothing happens...
the picture im trying to recolor is a png with a lot of transparent parts in the middle is a little green area with a black outline
i want to tint this green into red blue or anytinhg else ...
Using java Syntax Highlighting
- pic1 = (ImageView) findViewById(R.id.pic1);
- pic1.setColorFilter(Color.RED, PorterDuff.Mode.SRC_ATOP);
Parsed in 0.029 seconds, using GeSHi 1.0.8.4
what is wrong ?


