Skip to content

how to set max progress value????? #3

@PaolinoAngeletti

Description

@PaolinoAngeletti

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:
immagine

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"

</progress_bar.arc_progress.ArcProgress>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions