アプリの ActionBar の背景色を変更しましたが、うまくいきました。しかし、アクティビティの背景色を変更したかったのですが、今ではかなり見栄えが悪いです。
ここに私のテーマxmlがあります:
<style name="TucanActionBarStyle" parent="Widget.Sherlock.Light.ActionBar">
<item name="android:background">@color/actionbar_green</item>
</style>
<style name="Theme.TucanActionBar" parent="@style/Theme.Sherlock.Light">
<item name="android:actionBarStyle">@style/TucanActionBarStyle</item>
<item name="android:background">@android:color/white</item>
</style>
そして、それがどのように見えるかです: http://dl.dropbox.com/u/2683101/Screenshot_2012-05-18-19-49-23.png