Я использую кнопку 
<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??
