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 activity_generate_key.xml #84

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

Compatibility issues in activity_generate_key.xml #84

john2020star opened this issue Jul 22, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@john2020star
Copy link

Hi,

I found a compatibility issue in activity_generate_key.xml

<ProgressBar android:id="@+id/pBar" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:indeterminateTint="@color/white" android:maxHeight="50dip" android:minHeight="50dip"></ProgressBar>

Because you only use indeterminateTint without indeterminateTintMode="src_in", it can cause the color of such a progress bar not in white in API Level 21. You may add android:indeterminateTintMode="src_in" to fix this issue.

@Kamuno Kamuno added the bug Something isn't working label Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants