Home | History | Annotate | Download | only in patterns

Lines Matching full:tabs

112 <p>To allow the user to quickly switch between the views your app provides, use tabs or a spinner in
149 <h4>Tabs</h4>
150 <p><em>Tabs</em> display app views concurrently and make it easy to explore and switch between them. Use tabs
155 <p>There are two types of tabs: fixed and scrollable.</p>
160 <h4>Scrollable tabs</h4>
161 <p><em>Scrollable tabs</em> always take up the entire width of the bar, with the currently active view item in
162 the center, and therefore need to live in a dedicated bar. Scrollable tabs can themselves be
163 scrolled horizontally to bring more tabs into view.</p>
164 <p>Use scrollable tabs if you have a large number of views or if you're unsure how many views will be
166 that the user can navigate between). Scrollable tabs should always allow the user to navigate
167 between the views by swiping left or right on the content area as well as swiping the tabs
179 Scrolling tabs in Google Play.
189 <h4>Fixed tabs</h4>
190 <p><em>Fixed tabs</em> are always visible on the screen, and can't be moved out of the way like scrollable
191 tabs. Fixed tabs in the main action bar can move to the top bar when the screen orientation changes.</p>
198 Default fixed tabs shown in Holo Dark &amp; Light.
209 <p><strong>Use spinners rather than tabs in the main action bar if</strong>:</p>
345 <p>If view navigation is very important to your app, use tabs (for fastest view-switching) or spinners.</p>