kontalk / androidclient

Kontalk official Android client
https://www.kontalk.org
GNU General Public License v3.0
572 stars 195 forks source link

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

Open john2020star opened 3 years ago

john2020star commented 3 years ago

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 commented 3 years ago

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