Padding not working on ImageButton
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 within the confines of the ImageButton, but I want it to scale down so I need to add some padding. The thing is that when I try to do that, it doesn't have any effect. My XML is as follows for each ImageButton: <ImageButton android:id="@+id/button_zero" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1" android:padding="10dip" android:src="@drawable/button_zero" android:background="