Hi All,
Hi Folks , I have 2 questions :- 1. When I use the ColorPickerDialog.OnColorChangedListener I make sure that the colorChanged sets the selected color on the paint object I am using. That being said, I see that on my screen say I am painting it with red color and then I choose blue the things I previously painted also turns blue instead I want what would be painted from now on on the screen to turn blue. What would I be missing. 2. When I call erase from the menu options I use the follow code mPaint.setXfermode(new PorterDuffXfermode( PorterDuff.Mode.CLEAR)); it clears the whole screen fine but I cant draw anymore. Thanks, Gurudutta -- 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

