-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
I'm using the following setup:
<fr.castorflex.android.smoothprogressbar.SmoothProgressBar
android:id="@+id/progress_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
app:spb_colors="@array/progress_color_table"
app:spb_mirror_mode="false"
app:spb_progressiveStart_speed="1.5"
app:spb_progressiveStop_speed="3.5"
app:spb_reversed="false"
app:spb_sections_count="5"
app:spb_speed="2.0"
app:spb_stroke_separator_length="2dp"
app:spb_stroke_width="4dp" />Programmatically i simply show and hide the bar like this:
if (visible) {
progress.progressiveStart();
} else {
progress.progressiveStop();
}But under some circumstances the bar stays visible on the right side with a few pixels. Would be good what i can adjust to fix that behaviour.
Thank you very much,
Daniel
Metadata
Metadata
Assignees
Labels
No labels