:) right now i am quit near Drawable dx = resources.getDrawable(R.drawable.mydaysminipic_ov); dx.setColorFilter(0xff00ff00, Mode.SRC_ATOP); //even Mode.Multiple works
but now i have to get the sourceid of this colored drawable so instead of: updateViews.setImageViewResource(draws2[i + 10], R.drawable.mydaysminipic_pe); i need now: updateViews.setImageViewResource(draws2[i + 10], dx); but that does not work (dx needs to be int) any ideas? Thanks Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

