setCompoundDrawablesWithIntrinsicBounds
open fun setCompoundDrawablesWithIntrinsicBounds(@IdRes id: Int, @Nullable left: Drawable, @Nullable top: Drawable, @Nullable right: Drawable, @Nullable bottom: Drawable): TextView
设置视图的内在的复合绘图 DrawablesetCompoundDrawablesWithIntrinsicBounds
Return
Parameters
id
视图ID
left
左方的Drawable
top
上方的Drawable
right
右方的Drawable
bottom
下方的Drawable