Notice: Basically, you want to take out the `drawa...
# android
k
Notice: Basically, you want to take out the
drawableLeft
in xml, and load the image using `DrawableCompat`instead. With
drawableLeft
, the system tries to load the image itself, which would result in that exception on pre-lollipop because it does not know how to handle vectors
👍🏼 1