rey5137/material

CircularProgressDrawable not chaning It's color [app:cpd_strokeColor]

Opened this issue · 0 comments

    <com.rey.material.widget.ProgressView
        android:layout_centerHorizontal="true"
        android:layout_width="100dp"
        app:pv_circular="true"
        app:pv_autostart="true"
        app:pv_progressMode="indeterminate"
        app:pv_progressStyle="@style/Material.Drawable.CircularProgress"
        app:cpd_strokeColor="@android:color/holo_green_dark"
        android:layout_height="100dp" />

Builded application progress views color remains the same as my app main color.