CodeAndMagic / GaugeView

An Android library for drawing gauges on Canvas.
Apache License 2.0
224 stars 156 forks source link

Drawing problem in Android 6 #18

Closed arashmidos closed 8 years ago

arashmidos commented 8 years ago

My gauge works find on android 5, but has some drawing problem in android 6. As it's clear in the following photo, there are 3 rectangles in the gauge! one in the center circle of needle, 2nd in the inner blue circle and 3rd goes to the outer circle.

guage

arashmidos commented 8 years ago

I commented line 767

canvas.drawOval(mFaceRect, mFaceBorderPaint);

and the inner rect gone. Do the same for other 2 rectangle.