Lines Matching refs:bar
3 page.metaDescription=The Action bar is an essential design element for all apps. Learn about what t…
9 …signers-material" href="http://www.google.com/design/spec/layout/structure.html#structure-app-bar">
23 <p>The <em>action bar</em> is a dedicated piece of real estate at the top of each screen that is ge…
31 <p>If you're new to writing Android apps, note that the action bar is one of the most important des…
34 <p>The action bar is split into four different functional areas that apply to most apps.</p>
66 If your app displays data in different views, this segment of the action bar allows users to switch
81 action bar are moved automatically to the action overflow. Long-press on an icon to view the action…
100 …adapt to such changes by using <em>split action bars</em>, which allow you to distribute action bar
101 content across multiple bars located below the main action bar or at the bottom of the screen.</p>
105 Split action bar showing action buttons at the bottom of the screen in vertical orientation.
114 for action bar content:</p>
116 <li><strong>Main action bar</strong></li>
117 <li><strong>Top bar</strong></li>
118 <li><strong>Bottom bar</strong></li>
120 <p>If the user can navigate up the hierarchy from a given screen, the main action bar contains the …
123 the top bar.</p>
124 <p>To display actions and, if necessary, the action overflow, use the bottom bar.</p>
135 <p><em>Action buttons</em> on the action bar surface your app's most important activities. Think ab…
138 action overflow. The action bar should show only those actions that are available to the user. If a…
178 <p>If either F, I, or T apply, then it's appropriate for the action bar. Otherwise, it belongs in t…
201 <p>The action overflow in the action bar provides access to your app's less frequently used actions.
216 <p>How many actions will fit in the main action bar? Action bar capacity is controlled by the follo…
219 <li>Action buttons in the main action bar may not occupy more than 50% of the bar's width. Action
223 determine the number of items that will fit in the main action bar:<ul>
234 In the above table "o" denotes an action bar item and "=" an overflow icon.
239 provider</em> in your action bar. The share action provider is designed to speed up sharing by
250 <p>A <em>contextual action bar (CAB)</em> is a temporary action bar that overlays the app's action …
256 Contextual action bar in Browser and Gmail
265 <li>Dismiss the CAB via the navigation bar's Back button or the CAB's checkmark button. This removes
280 <h4>Which of the app's actions need to be consistently available directly from the action bar, and …
283 actions exceeds the capacity of the main action bar, display them separately in a bottom action bar…