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

Avoid using android:paddingLeft in <layer-list> #1315

Open
john2020star opened this issue Mar 29, 2021 · 1 comment
Open

Avoid using android:paddingLeft in <layer-list> #1315

john2020star opened this issue Mar 29, 2021 · 1 comment

Comments

@john2020star
Copy link

android:paddingLeft only exists for starting from API Level 23. Using this attribute can cause the drawable in a wrong image layouts. Avoid using it.

@anothertale
Copy link

The same thing happened to me when the spinner is loaded at API Level 22.

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

2 participants