Home | History | Annotate | Download | only in patterns

Lines Matching full:views

1 page.title=Swipe Views
8 <p>Creating Swipe Views with Tabs</p>
14 vertical hierarchies and make access to related data items faster and more enjoyable. Swipe views
17 <h2 id="detail-views">Swiping Between Detail Views</h2>
25 Master (left) and detail (right) views.
35 Navigating between consecutive email messages using the swipe gesture. If a view contains content that exceeds the width of the screen such as a wide email message, make sure the user's initial swipes will scroll horizontally within the view. Once the end of the content is reached, an additional swipe should navigate to the next view. In addition, support the use of edge swipes to immediately navigate between views when content scrolls horizontally.
62 <p>If your app uses action bar tabs, use swipe to navigate between the different views.</p>
68 <p>Use swipe to quickly navigate between detail views or tabs.</p>
71 <p>Transition between the views as the user performs the swipe gesture. Do not wait for the
72 gesture to complete and then transition between views.</p>
83 <p>For more details on how to build swipe views, read the developer documentation on <a href="{@docRoot}training/implementing-navigation/lateral.html#horizontal-paging">Implementing Lateral Navigation</a>.</p>