When a background can be set on a Button then what is the use of an ImageButton?
Asked
Active
Viewed 110 times
0
-
but we cant set android:src in Button. – Padma Kumar Mar 08 '12 at 12:21
-
but even that serves the same purpose. – prometheuspk Mar 08 '12 at 12:24
-
1Take a look at this question: http://stackoverflow.com/questions/9420431/difference-between-button-with-image-imagebutton-and-clickable-imageview – Chris Mar 08 '12 at 12:29
-
2"but even that serves the same purpose" -- no it does not. `ImageButton` allows you to specify separate images for the foreground and the background. – CommonsWare Mar 08 '12 at 12:47