我想在退出的位置设置菜单的 bg 颜色,设置为白色,我正在使用 ActionBarSherlock 样式并尝试获得非常简单的方法。我的风格是这样的:
<style name="CustomTheme" parent="Theme.Sherlock.Light">
<item name="android:windowTitleSize">50dip</item>
</style>
我需要添加什么元素来做到这一点?
谢谢 !
我想在退出的位置设置菜单的 bg 颜色,设置为白色,我正在使用 ActionBarSherlock 样式并尝试获得非常简单的方法。我的风格是这样的:
<style name="CustomTheme" parent="Theme.Sherlock.Light">
<item name="android:windowTitleSize">50dip</item>
</style>
我需要添加什么元素来做到这一点?
谢谢 !