• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:bar

3 page.metaDescription=The Action bar is an essential design element for all apps. Learn about what t…
16 <p>The <em>action bar</em> is a dedicated piece of real estate at the top of each screen that is ge…
24 <p>If you're new to writing Android apps, note that the action bar is one of the most important des…
27 <p>The action bar is split into four different functional areas that apply to most apps.</p>
59 If your app displays data in different views, this segment of the action bar allows users to switch
74 action bar are moved automatically to the action overflow. Long-press on an icon to view the action…
93 …adapt to such changes by using <em>split action bars</em>, which allow you to distribute action bar
94 content across multiple bars located below the main action bar or at the bottom of the screen.</p>
98 Split action bar showing action buttons at the bottom of the screen in vertical orientation.
107 for action bar content:</p>
109 <li><strong>Main action bar</strong></li>
110 <li><strong>Top bar</strong></li>
111 <li><strong>Bottom bar</strong></li>
113 <p>If the user can navigate up the hierarchy from a given screen, the main action bar contains the …
116 the top bar.</p>
117 <p>To display actions and, if necessary, the action overflow, use the bottom bar.</p>
128 <p><em>Action buttons</em> on the action bar surface your app's most important activities. Think ab…
131 action overflow. The action bar should show only those actions that are available to the user. If a…
171 <p>If either F, I, or T apply, then it's appropriate for the action bar. Otherwise, it belongs in t…
194 <p>The action overflow in the action bar provides access to your app's less frequently used actions.
209 <p>How many actions will fit in the main action bar? Action bar capacity is controlled by the follo…
212 <li>Action buttons in the main action bar may not occupy more than 50% of the bar's width. Action
216 determine the number of items that will fit in the main action bar:<ul>
227 In the above table "o" denotes an action bar item and "=" an overflow icon.
232 provider</em> in your action bar. The share action provider is designed to speed up sharing by
243 <p>A <em>contextual action bar (CAB)</em> is a temporary action bar that overlays the app's action
249 Contextual action bar in Browser and Gmail
258 <li>Dismiss the CAB via the navigation bar's Back button or the CAB's checkmark button. This removes
273 <h4>Which of the app's actions need to be consistently available directly from the action bar, and …
276 actions exceeds the capacity of the main action bar, display them separately in a bottom action bar