uknownothingsnow / CircleProgress

CircleProgress, DonutProgress, ArcProgress
3.81k stars 921 forks source link

Small arc does not paint suffix #49

Open literakl opened 8 years ago

literakl commented 8 years ago
    <com.github.lzyzsd.circleprogress.ArcProgress
        xmlns:custom="http://schemas.android.com/apk/res-auto"
        android:id="@+id/arc_progress"
        android:layout_width="40dp"
        android:layout_height="40dp"
        custom:arc_stroke_width="6dp"
        custom:arc_text_size="12dp"
        custom:arc_progress="20"/>

When I debugged it I realized that x and y of drawText are out of box. When I change dimensions to 140dp it looks great.