Reputation: 3815
When a background can be set on a Button then what is the use of an ImageButton?
Upvotes: 0
Views: 110
Reputation: 13506
With ImageButton (just like with Image) it is possible to control the way image defined by android:src is shown on the button: you can set scaleType - something you cannot do to the background.
ImageButton
Image
android:src
Upvotes: 2