element-hq / riot-android

A glossy Matrix collaboration client for Android
Apache License 2.0
1.4k stars 394 forks source link

Fix issue in activity_vector_group_details.xml #3460

Open john2020star opened 4 years ago

john2020star commented 4 years ago

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.