Hello there.

I need some form, for painting. I trying to use Gallery and ImageView.
I trying to draw in Canvas and put it in Gallery or ImageView. But
nothing happened. Picture not show. What i should do?

        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

Reply via email to