Tuesday, April 10, 2012

Re: [android-developers] The problem with painting

   tmp_paint.setAntiAlias(true);
       tmp_paint.setColor(Color.BLUE);
       tmp.drawCircle(25, 25, 25, tmp_paint);
       gallery1.draw(tmp);

You're probably going to have to post a little more code than that if you want help on the problem...


Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Sat, Apr 7, 2012 at 1:51 AM, BratSinot <bratsinot@gmail.com> wrote:
   tmp_paint.setAntiAlias(true);
       tmp_paint.setColor(Color.BLUE);
       tmp.drawCircle(25, 25, 25, tmp_paint);
       gallery1.draw(tmp);

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment