私はこれを達成するために一生懸命働いていましたが、運がありませんでした。私がやろうとしたことは、メインのスタイルタグに付けたスタイルから背景色を変更することです. これは私のコードです:
<resources>
<style name="AppBaseTheme" parent="@android:style/Theme.Holo.Light">
<item name="android:actionBarStyle">@style/MyActionBar</item>
<item ></item>
</style>
<style name="MyActionBar" parent="@android:style/Widget.Holo.Light.ActionBar">
<item name="android:background">#2E495E</item>
</style>
それでも何も変わりませんでした。私は自分のアプリケーションでこれを取得します: