1. ホーム
  2. android

[解決済み] setCompoundDrawables()を呼び出すと、Compound Drawableが表示されない

2022-03-15 18:45:16

質問

を呼び出した後 setCompoundDrawables メソッドを呼び出すと、複合Drawableが表示されない。

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

何か感想は?

解決方法は?

を使用する必要がありました。 setCompoundDrawablesWithIntrinsicBounds .