> > 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 <[email protected]> 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 [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

