Lines Matching full:tabs
1 page.title=Creating Swipe Views with Tabs
2 page.tags="viewpager","horizontal","paging","swipe view","tabs"
14 <li><a href="#tabs">Add Tabs to the Action Bar</a></li>
15 <li><a href="#swipe-tabs">Change Tabs with Swipe Views</a></li>
16 <li><a href="#PagerTitleStrip">Use a Title Strip Instead of Tabs</a></li>
23 <li><a href="{@docRoot}design/building-blocks/tabs.html">Android Design: Tabs</a></li>
39 <p>Swipe views provide lateral navigation between sibling screens such as tabs with
41 you how to create a tab layout with swipe views for switching between tabs, or how to show
42 a title strip instead of tabs.</p>
164 sections show how you can add tabs to help facilitate navigation between pages.</p>
167 <h2 id="tabs">Add Tabs to the Action Bar</h2>
170 <a href="{@docRoot}design/building-blocks/tabs.html">tabs</a> offer users a familiar interface
173 <p>To create tabs using {@link android.app.ActionBar}, you need to enable
186 // Specify that tabs should be displayed in the action bar.
189 // Create a tab listener that is called when the user changes tabs.
204 // Add 3 tabs, specifying the tab's text and TabListener
214 <p>How you handle the {@link android.app.ActionBar.TabListener} callbacks to change tabs
221 <h2 id="swipe-tabs">Change Tabs with Swipe Views</h2>
233 // Create a tab listener that is called when the user changes tabs.
271 <h2 id="PagerTitleStrip">Use a Title Strip Instead of Tabs</h2>
273 <p>If you don't want to include action bar tabs and prefer to provide
274 <a href="{@docRoot}design/building-blocks/tabs.html#scrollable">scrollable tabs</a> for a shorter