I have found there is a compatibility issue in activity_vector_group_details.xml. You forget to add android:indeterminateTintMode="src_in", which can cause different ProgressBar color in API Level <= 22. This pull request help you fix this problem.
Thanks and wish the information is useful for you.
Hi,
I have found there is a compatibility issue in activity_vector_group_details.xml. You forget to add
android:indeterminateTintMode="src_in"
, which can cause different ProgressBar color in API Level <= 22. This pull request help you fix this problem.Thanks and wish the information is useful for you.