I\'ve inherited the Holo Light Theme and customized the background of the ActionBar with the following:
Content of styles.xml
Drawable d=getResources().getDrawable(R.drawable.background_image_name); getActionBar().setBackgroundDrawable(d);
The above code sets the background image for the action bar. Hope it helps.