I would like all the buttons of my android application use the same background image, that\'s all buttons have attribute:
android:background
For Android styles, you reference the preset attributes of R.attr. Here, you want to to reference android:buttonStyle. You can try this :
Also look in this Themes and Styles