我正在使用按钮
<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??