androidclient icon indicating copy to clipboard operation
androidclient copied to clipboard

Avoid using android:paddingLeft in <layer-list>

Open john2020star opened this issue 3 years ago • 1 comments

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.

john2020star avatar Mar 29 '21 12:03 john2020star

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

anothertale avatar Apr 16 '21 11:04 anothertale