I have made a button and then added some text and an image into it however the image size is too large for the button. I would like to make the image smaller is there any way of doing this.
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="60dp"
android:layout_centerVertical="true"
android:background="@drawable/curvebutton"
android:drawableLeft="@drawable/Mechanic"
android:cropToPadding="false"
android:scaleType="fitXY"
android:padding="10dp"
android:text="@string/broke_down"
android:textColor="#ffffff" />