Here is my configuration:
<style name="SVProgressBar" parent="SmoothProgressBar">
<item name="spb_stroke_separator_length">12dp</item>
<item name="spb_sections_count">2</item>
<item name="spb_speed">1.2</item>
<item name="spb_colors">@array/progressColors</item>
<item name="spb_progressiveStart_speed">2</item>
<item name="spb_progressiveStop_speed">4.4</item>
<item name="spb_interpolator">spb_interpolator_acceleratedecelerate</item>
<item name="spb_progressiveStart_activated">false</item>
</style>
<fr.castorflex.android.smoothprogressbar.SmoothProgressBar
android:id="@+id/progressBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:indeterminate="true"
app:layout_anchor="@+id/content_search" />
it always starts activated.
Device: android 7.1 emulator
Here is my configuration:
it always starts activated.
Device: android 7.1 emulator