You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying this library, and the weird thing is that I can't find a way to set the maximum value to the object.
"ap_progress_maxscale" method doenst works.
I'm trying this library, and the weird thing is that I can't find a way to set the maximum value to the object.
"ap_progress_maxscale" method doenst works.
attach an example:
max:100
progress:99
I expect the bar to be almost full, but instead:
xml code
progress_bar.arc_progress.ArcProgress
android:id="@+id/progressoArco"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:ap_progress="99"
app:ap_progress_maxscale="100"
app:ap_progress_background_color="#EDEDED"
app:ap_background_progressbar_width="25"
app:ap_foreground_progressbar_width="25"
app:ap_progress_color="#71CC75"
app:ap_progress_roundedCorner="true"
android:layout_marginBottom="@dimen/_10sdp"
The text was updated successfully, but these errors were encountered: