Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在操作栏(greendroid)中添加“更多”项目?如何在操作栏中添加三个操作菜单项。任何人都知道如何添加更多和自定义它。
你必须修改你的 style.xml
<style name="CusttomTheme.ActionBar" parent="Theme.GreenDroid.NoTitleBar"> ....... <item name="gdActionBarMaxItems">5</item> ....... </style>
在这种情况下,您在 actionBar 中插入 5 个项目