Does anyone know how I fit the image to the size of the button without it being cut?
Button:
<Buttonandroid:id="@+id/funcionario"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:text="| Ver Funcionários"
android:background="@drawable/botoes"
android:drawableLeft="@drawable/funcionario"
android:drawableTint="#ffff"/>