重点是修改:values/styles.xml中的样式。
添加如下代码:
<!-- <style name="AppTheme" parent="android:Theme.Light" /> -->
<
style
name
=
"my_theme"
parent
=
"android:Theme.Holo.Light"
>
<
item
name
=
"android:actionMenuTextColor"
>#FF0000</
item
>
<
item
name
=
"android:actionBarStyle"
>@style/my_actionbar_style</
item
>
</
style
>
<
style
name
=
"my_actionbar_style"
parent
=
"@android:style/Widget.Holo.Light.ActionBar"
>
<
item
name
=
"android:background"
>#FFFF00</
item
>
</
style
>
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/101210.html原文链接:https://javaforall.net