I would like to create a button where an image is just left of the text even if the button is bigger then the text as shown below:
Sure, I can use
android:drawableLeft="@android:drawable/image"
but then the image is aligned to the left side of the button not to the left side of the text.