Программно изменить drawableLeft of Button

Я использую кнопку

<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" />

и изменив цвет текста с помощью:

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

но не в состоянии понятьhow to change its image??

Ответы на вопрос(5)

Ваш ответ на вопрос