:) Hi Tom,

indeed, look good, but it looks it does not include my manipulations I
did on the Drawable

Bitmap BitmapOrg = BitmapFactory.decodeResource
(resources,R.drawable.mydaysminipic_td);        //its a green icon on a
transparent background
BitmapDrawable bmd = new BitmapDrawable(BitmapOrg); // to
BitmapDrawable
bmd.setColorFilter(0xffff00ff,Mode.SRC_ATOP);  //manipulating the
Bitmapdrawable to make all nontransparent pixels Blue
//when i just test the Drawable its fine !!

updateViews.setImageViewBitmap(draws2[i + 10], bmd.getBitmap());
But bmd.getBitmap() just give me original (maybe underlying Bitmap)..
but how to get the DrawAble I created?

many Thanks...

Greets
Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to