Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility issues in API Level 21 and 22 #24

Closed
john2020star opened this issue Jul 22, 2020 · 0 comments
Closed

Compatibility issues in API Level 21 and 22 #24

john2020star opened this issue Jul 22, 2020 · 0 comments

Comments

@john2020star
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant