setCompoundDrawables() を呼び出しても Compound Drawable が表示されない 質問する

setCompoundDrawables() を呼び出しても Compound Drawable が表示されない 質問する

電話した後setCompoundDrawablesメソッドでは、複合 Drawable は表示されません。

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

何かご意見は?

ベストアンサー1

私は使う必要があったsetCompoundDrawablesWithIntrinsicBounds

おすすめ記事