Programowo zmień drawableLeft of Button

Używam przycisku

<Button
        android:id="@+id/zoom"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:background="@color/trans"
        android:drawableLeft="@drawable/left_img"
        android:fontFamily="arial"
        android:text="My Name is "
        android:textSize="50sp" />

i zmiana koloru tekstu za pomocą:

zoom.setTextColor(Color.parseColor("voilet"));

ale nie jest w stanie zrozumiećhow to change its image??

questionAnswers(5)

yourAnswerToTheQuestion