Your all Solution here : http://www.infocuswebdesigning.com/
On Sun, Aug 15, 2010 at 2:20 PM, Niklas <[email protected]> wrote: > Hi, I'm having some trouble with the following code: > > paint.setColor(Color.WHITE); > paint.setStyle(Paint.Style.STROKE); > paint.setAlpha(100); > paint.setStrokeWidth(12); > canvas.drawPath(path, paint); > > It seems that the alpha setting is ignored, as the Path will be drawn > fully opaque. If I call drawLine() or drawLines() using the exact same > Paint object, the translucency is displayed fine. I looked through the > Javadocs on Path, Canvas and Paint (And searched this group) but > couldn't find any explanation. > > Any ideas of what I might be doing wrong? Thanks! > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- 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

