小编典典

调用 setCompoundDrawables() 不会显示 Compound Drawable

all

在我调用该setCompoundDrawables方法后,没有显示复合
Drawable ..

Drawable myDrawable = getResources().getDrawable(R.drawable.btn);
btn.setCompoundDrawables(myDrawable, null, null, null);

有什么想法吗?


阅读 119

收藏
2022-03-30

共1个答案

小编典典

我需要使用setCompoundDrawablesWithIntrinsicBounds.

2022-03-30