Change Horizontal Progress Bar Color
问题 Problem Description I'm trying to change ProgressBar color using custom style defined in the style.xml layout.xml <ProgressBar android:id="@+id/progress_bar" style="@style/ProgressTheme" android:layout_width="wrap_content" android:layout_height="wrap_content" android:indeterminate="true" android:indeterminateBehavior="repeat" /> style.xml <style name="ProgressTheme" parent="Widget.AppCompat.ProgressBar.Horizontal"> <item name="colorAccent">#000</item> </style> Question I find some useful