I recently started using android actionbars and contextual action bars (CAB).
I have just one activity which is a ListActivity. Basically I use the following code snippe
Just create a a drawable called custom_background on the way:
and set as background on your parent layout:
android:background="@drawable/custom_background"