In an app I am working on, I have several ImageButtons. Each ImageButton has a background and content in the form of a drawable. Right now the drawable is at maximum size wi
The padding only has effect on the android:src attribute, not on the android:background.
android:src
android:background
Set the first to your button image and the latter to android:background="@android:color/transparent"
android:background="@android:color/transparent"