I am using a circular ProgressBar in my Activty.My Problem is this it is not visible properly on my page because my page\'s BG color is same as ProgressBar .So
ProgressBar
for me, these two lines had to be there for it to work and change the color:
android:indeterminateTint="@color/yourColor" android:indeterminateTintMode="src_in"
PS: but its only available from android 21