bernaferrari / ChangeDetection

Automatically track websites changes on Android in background.
Apache License 2.0
703 stars 98 forks source link

Fix issues in diff_visual_fragment.xml #40

Closed john2020star closed 4 years ago

john2020star commented 4 years ago

Hi,

I have found there is an issue in diff_visual_fragment.xml. You have used the attribute android:indeterminateTint in ProgressBar, which can cause incompatibilities in API < 23 if you did not set android:indeterminateTintMode="src_in".

This pull request help you fix this issue. Thanks for your attention.

bernaferrari commented 4 years ago

Thanks!