Is it possible to change horizontal indeterminate color? As of now it is take standard theme color.
I would like to change it to orange?
I know we have change the circle color I am not sure to change the horizontal color tried Theme, custom progress bar in drawable etc but couldn't get work.
Here is the XML:
<ProgressBar
android:id="@+id/status_progress"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="15dp"
android:layout_below="@id/status_text"
android:indeterminate="true"
android:indeterminateOnly="true" />