enricocid / VectorifyDaHome

📱 Minimal app to apply wallpapers from a vast (400+) collection of vector graphics 🙃 :trollface:
Apache License 2.0
271 stars 34 forks source link

Compatibility issues in API Level 21 and 22 #24

Closed john2020star closed 3 years ago

john2020star commented 4 years ago

Hi,

I found there is a compatibility issue in progress_dialog.xml

<ProgressBar android:layout_width="@android:dimen/app_icon_size" android:layout_height="@android:dimen/app_icon_size" android:indeterminateTint="@color/vectors_color" />

Setting indeterminateTint without indeterminateTintMode can cause different colors of the progress bar in API Level < 23. You should add android:indeterminateTintMode to fix this issue.