Set an elevation on the ProgressBar; 2dp seems to work.
android:elevation="2dp"
You could also try setting translationZ as suggested in the accepted answer to a similar question.
I also came across this answer as an alternative.
Set an elevation on the ProgressBar; 2dp seems to work.
android:elevation="2dp"
You could also try setting translationZ as suggested in the accepted answer to a similar question.
I also came across this answer as an alternative.