Lines Matching refs:items
97 left side, followed by the activity title, and access to items from the options menu on the right
100 <p>You can enable items from the options menu to appear directly in the action bar as "action
101 items". You can also add navigation features to the action bar, such as tabs or a drop-down list,
380 action item. Forcing too many action items into the action bar can create a cluttered UI and
381 action items may overlap with other action bar elements such as the title or navigation items.</li>
383 <li>When adding action items to the action bar with a text title, also <strong>provide an
389 <li>Always <strong>provide a title</strong> for your action items, even if you don't enable {@code
399 other action items (such as a handset in portrait orientation), the tabs appear below the action bar
406 on the available screen space. On the handset, only two action items fit, so the remaining menu
407 items appear in the overflow menu (because {@code android:showAsAction} was set to {@code "ifRoom"})
408 and the tabs appear in a separate row (the stacked action bar). On the tablet, more action items can
421 display all action items when the activity is running on a narrow screen (such as a portrait
423 display action items on a narrow screen and also leave room for navigation and title elements
441 so it disappears and all that’s left are the navigation tabs at the top and the action items at the
483 layouts to be used by the items in your list adapter such that a large screen might display more