Home | History | Annotate | Download | only in building-blocks

Lines Matching full:tabs

1 page.title=Tabs
2 page.tags=tabs,actionbar,navigation,viewpager
10 <p>Creating Swipe Views with Tabs</p>
14 <p itemprop="description">Tabs in the action bar make it easy to explore and switch between different views or functional
17 <p>For details on using gestures to move between tabs, see the <a href="{@docRoot}design/patterns/swipe-views.html">Swipe Views</a> pattern.</p>
19 <h2 id="scrollable">Scrollable Tabs</h2>
37 Scrolling tabs in the Play Store app.
45 <h2 id="fixed">Fixed Tabs</h2>
46 <p>Fixed tabs display all items concurrently. To navigate to a different view, touch the tab, or swipe left or right.</p>
47 <p>Fixed tabs are displayed with equal width, based on the width of the widest tab label. If there is insufficient room to display all tabs, the tab labels themselves will be scrollable. For this reason, fixed tabs are best suited for displaying 3 or fewer tabs.</p>
51 Tabs in Holo Dark &amp; Light.
56 Tabs in the Google Play Movies app.