I would like to know how I can change indeterminate ProgressBar color from basis white/grey color to black ? When I change the indeterminateDrawable
ProgressBar
indeterminateDrawable
Override android:colorControlActivated in your AppTheme which should be in your styles.xml:
android:colorControlActivated
Works on API 21+