如何添加"更多"动作栏内的项目(greendroid)?如何在操作栏中添加三个操作菜单项。任何人都知道如何添加和定制它。
答案 0 :(得分:0)
您必须修改style.xml
<style name="CusttomTheme.ActionBar" parent="Theme.GreenDroid.NoTitleBar">
.......
<item name="gdActionBarMaxItems">5</item>
.......
</style>
在这种情况下,您在actionBar中插入5项