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)内に「さらに」アイテムを追加する方法は? アクションバー内に 3 つのアクション メニュー項目を追加するにはどうすればよいですか。さらに追加してカスタマイズする方法は誰でも知っています。
style.xml を変更する必要があります
<style name="CusttomTheme.ActionBar" parent="Theme.GreenDroid.NoTitleBar"> ....... <item name="gdActionBarMaxItems">5</item> ....... </style>
その場合、アクションバーに5つのアイテムを挿入します