I have the following style in my application.
<style name="BtnPressed">
<item name="android:background">@drawable/btn_default</item>
</style>
Now I want to apply that to all the ImageButtons
in my application. I tried to use the solution mentioned in this question but it did not work. I'm using API-7.