【发布时间】:2013-04-04 15:01:47
【问题描述】:
我希望将红色替换为 ActionBarSherlock 的默认颜色,我搜索但不知道在 style.xml 中插入什么,下面是我的代码:
<style name="Theme.Red" parent="Theme.Sherlock.Light">
<!-- what should i insert here? -->
</style>
如果我想改变绿色高亮区域的颜色,我应该怎么做?整个栏,而不仅仅是标题。
【问题讨论】:
标签: android colors themes android-actionbar actionbarsherlock