setCompoundDrawables
Opened this issue · 0 comments
maoruibin commented
-
setCompoundDrawables
使用前必须为 Drawable 设置 bounds,否则无效 -
setCompoundDrawablesWithIntrinsicBounds
使用 drawable 自身的宽高做为 bounds,具体通过 drawable 的 getIntrinsicWidth() 和 getIntrinsicHeight() 获得。