Android actionBar 修改背景色

修改values-v14文件夹下的style.xml文件即可

别忘了在manifest里面设置app theme

android:theme="@style/AppTheme"