“Ustaw relableleft programowo Android” Kod odpowiedzi

Ustaw relableleft programowo Android

Drawable img = getContext().getResources().getDrawable(R.drawable.smiley);
img.setBounds(0, 0, 60, 60);
txtVw.setCompoundDrawables(img, null, null, null);
Unusual Unicorn

Ustaw relableleft programowo Android

txtVw.setCompoundDrawablesWithIntrinsicBounds(R.drawable.smiley, 0, 0, 0);
Unusual Unicorn

Ustaw relableleft programowo Android

Drawable img = getContext().getResources().getDrawable(R.drawable.smiley);
txtVw.setCompoundDrawablesWithIntrinsicBounds(img, null, null, null);
Unusual Unicorn

Odpowiedzi podobne do “Ustaw relableleft programowo Android”

Pytania podobne do “Ustaw relableleft programowo Android”

Więcej pokrewnych odpowiedzi na “Ustaw relableleft programowo Android” w Java

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu