diff options
Diffstat (limited to 'docs/html/design/patterns')
-rw-r--r-- | docs/html/design/patterns/accessibility.jd | 5 | ||||
-rw-r--r-- | docs/html/design/patterns/actionbar.jd | 5 | ||||
-rw-r--r-- | docs/html/design/patterns/compatibility.jd | 3 | ||||
-rw-r--r-- | docs/html/design/patterns/help.jd | 2 | ||||
-rw-r--r-- | docs/html/design/patterns/index.jd | 3 | ||||
-rw-r--r-- | docs/html/design/patterns/multi-pane-layouts.jd | 11 | ||||
-rw-r--r-- | docs/html/design/patterns/navigation.jd | 2 | ||||
-rw-r--r-- | docs/html/design/patterns/notifications.jd | 2 | ||||
-rw-r--r-- | docs/html/design/patterns/selection.jd | 6 | ||||
-rw-r--r-- | docs/html/design/patterns/settings.jd | 2 | ||||
-rw-r--r-- | docs/html/design/patterns/swipe-views.jd | 2 | ||||
-rw-r--r-- | docs/html/design/patterns/widgets.jd | 2 |
12 files changed, 26 insertions, 19 deletions
diff --git a/docs/html/design/patterns/accessibility.jd b/docs/html/design/patterns/accessibility.jd index 50c82fe..aaa6f16 100644 --- a/docs/html/design/patterns/accessibility.jd +++ b/docs/html/design/patterns/accessibility.jd @@ -1,5 +1,6 @@ page.title=Accessibility -page.tags=accessibility,navigation,input +page.tags="accessibility","navigation","input" +page.metaDescription=Design an app that's universally accessible to people with visual impairment, color deficiency, hearing loss, and limited dexterity. @jd:body <a class="notice-developers" href="{@docRoot}training/accessibility/index.html"> @@ -86,4 +87,4 @@ page.tags=accessibility,navigation,input <li>Provide alternatives to affordances that time out</li> <li>Use standard framework controls or enable TalkBack for custom controls</li> <li>Try it out yourself</li> -</ul> +</ul>
\ No newline at end of file diff --git a/docs/html/design/patterns/actionbar.jd b/docs/html/design/patterns/actionbar.jd index f0104b5..a1adbd3 100644 --- a/docs/html/design/patterns/actionbar.jd +++ b/docs/html/design/patterns/actionbar.jd @@ -1,5 +1,6 @@ page.title=Action Bar -page.tags=actionbar,navigation +page.tags="actionbar","navigation" +page.metaDescription=The Action bar is an essential design element for all apps. Learn about what the action bar can do and how to use it in your apps. @jd:body <img src="{@docRoot}design/media/action_bar_pattern_overview.png"> @@ -277,4 +278,4 @@ actions exceeds the capacity of the main action bar, display them separately in <p>Sometimes it is important to display contextual information for your app that's always visible. Examples are the number of unread messages in a messaging inbox view or the Now Playing information in a music player. Carefully plan which important information you would like to display and -structure your action bars accordingly.</p> +structure your action bars accordingly.</p>
\ No newline at end of file diff --git a/docs/html/design/patterns/compatibility.jd b/docs/html/design/patterns/compatibility.jd index 5a1562c..dfc52c0 100644 --- a/docs/html/design/patterns/compatibility.jd +++ b/docs/html/design/patterns/compatibility.jd @@ -1,5 +1,6 @@ page.title=Backwards Compatibility -page.tags=support +page.tags="support" +page.metaDescription=Notes on how Android 4.x adapts UI designed for older hardware and OS versions. @jd:body <a class="notice-developers" href="{@docRoot}training/basics/supporting-devices/index.html"> diff --git a/docs/html/design/patterns/help.jd b/docs/html/design/patterns/help.jd index bf708b1..97949e2 100644 --- a/docs/html/design/patterns/help.jd +++ b/docs/html/design/patterns/help.jd @@ -6,7 +6,7 @@ page.tags=settings,preferences <p>Some of your users will run into questions or problems along the way. They'll be looking for answers <strong>within your app</strong>, and if they don't find them quickly, they may leave and never come back.</p> -<p>This page covers design patterns for making help accessible in your app and tips for creating help content for users who are eager for assistance.</p> +<p itemprop="description">This page covers design patterns for making help accessible in your app and tips for creating help content for users who are eager for assistance.</p> <h2 id="your-app">Designing Help into Your App</h2> diff --git a/docs/html/design/patterns/index.jd b/docs/html/design/patterns/index.jd index 4416de1..e091a29 100644 --- a/docs/html/design/patterns/index.jd +++ b/docs/html/design/patterns/index.jd @@ -18,7 +18,8 @@ footer.hide=1 <div id="landing-graphic-container"> <div id="text-overlay"> - Design apps that behave in a consistent, predictable fashion. + <span itemprop="description">Design apps that behave in a consistent, predictable + fashion.</span> <br><br> <a href="{@docRoot}design/patterns/new.html" class="landing-page-link">New in Android</a> </div> diff --git a/docs/html/design/patterns/multi-pane-layouts.jd b/docs/html/design/patterns/multi-pane-layouts.jd index ff2dd4e..c207006 100644 --- a/docs/html/design/patterns/multi-pane-layouts.jd +++ b/docs/html/design/patterns/multi-pane-layouts.jd @@ -1,5 +1,6 @@ page.title=Multi-pane Layouts -page.tags=tablet,navigation,layout,fragment +page.tags="tablet","navigation","layout","fragment" +page.metaDescription=Android devices come in many different screen sizes and types. Multi-pane layouts help you provide a balanced and aesthetically pleasing layout across the range of Android devices. @jd:body @@ -10,9 +11,11 @@ page.tags=tablet,navigation,layout,fragment </div> </a> -<p>When writing an app for Android, keep in mind that Android devices come in many different screen -sizes and types. Make sure that your app consistently provides a balanced and aesthetically pleasing -layout by adjusting its content to varying screen sizes and orientations.</p> +<p>When writing an app for Android, keep in mind that Android devices +come in many different screen sizes and types. Make sure that your app consistently provides a +balanced and aesthetically pleasing layout by adjusting its content to varying screen sizes and +orientations.</p> + <p><em>Panels</em> are a great way for your app to achieve this. They allow you to combine multiple views into one compound view when a lot of horizontal screen real estate is available and by splitting them up when less space is available.</p> diff --git a/docs/html/design/patterns/navigation.jd b/docs/html/design/patterns/navigation.jd index 08828e8..3edf6ba 100644 --- a/docs/html/design/patterns/navigation.jd +++ b/docs/html/design/patterns/navigation.jd @@ -9,7 +9,7 @@ page.tags=navigation,activity,task,up navigation,back navigation </div> </a> -<p>Consistent navigation is an essential component of the overall user experience. Few things frustrate +<p itemprop="description">Consistent navigation is an essential component of the overall user experience. Few things frustrate users more than basic navigation that behaves in inconsistent and unexpected ways. Android 3.0 introduced significant changes to the global navigation behavior. Thoughtfully following the guidelines for Back and Up will make your app's navigation predictable and reliable for your users.</p> diff --git a/docs/html/design/patterns/notifications.jd b/docs/html/design/patterns/notifications.jd index 80f1b0e..41f9190 100644 --- a/docs/html/design/patterns/notifications.jd +++ b/docs/html/design/patterns/notifications.jd @@ -8,7 +8,7 @@ page.title=Notifications </div> </a> -<p>The notification system allows your app to keep the user informed about events, such as new chat messages or a calendar event. Think of notifications as a news channel that alerts the user to important events as they happen or a log that chronicles events while the user is not paying attention.</p> +<p itemprop="description">The notification system allows your app to keep the user informed about events, such as new chat messages or a calendar event. Think of notifications as a news channel that alerts the user to important events as they happen or a log that chronicles events while the user is not paying attention.</p> <h4>New in Jelly Bean</h4> <p>In Jelly Bean, notifications received their most important structural and functional update since the beginning of Android.</p> diff --git a/docs/html/design/patterns/selection.jd b/docs/html/design/patterns/selection.jd index ee46795..be31677 100644 --- a/docs/html/design/patterns/selection.jd +++ b/docs/html/design/patterns/selection.jd @@ -35,9 +35,9 @@ the contextual action bar (CAB).</p> </div> </div> -<h4>Using the contextual action bar (CAB)</h4> -<p>The selection CAB is a temporary action bar that overlays your app's current action bar while data -is selected. It appears after the user long presses on a selectable data item.</p> +<h4>Using the contextual action bar</h4> +<p itemprop="description">The contextual action bar (CAB) is a temporary action bar that overlays your app's current action bar while data +is selected. It appears after the user long-presses on a selectable data item.</p> <img src="{@docRoot}design/media/selection_cab_big.png"> diff --git a/docs/html/design/patterns/settings.jd b/docs/html/design/patterns/settings.jd index a09193d..e3a3f05 100644 --- a/docs/html/design/patterns/settings.jd +++ b/docs/html/design/patterns/settings.jd @@ -9,7 +9,7 @@ page.tags=preferences,sharedpreferences </div> </a> -<p>Settings is a place in your app where users indicate their preferences for how your app should +<p itemprop="description">Settings is a place in your app where users indicate their preferences for how your app should behave. This benefits users because:</p> <ul> diff --git a/docs/html/design/patterns/swipe-views.jd b/docs/html/design/patterns/swipe-views.jd index 89397ae..af5c9dc 100644 --- a/docs/html/design/patterns/swipe-views.jd +++ b/docs/html/design/patterns/swipe-views.jd @@ -9,7 +9,7 @@ page.tags=viewpager,navigation,tabs </div> </a> -<p>Efficient navigation is one of the cornerstones of a well-designed app. While apps are generally +<p itemprop="description">Efficient navigation is one of the cornerstones of a well-designed app. While apps are generally built in a hierarchical fashion, there are instances where horizontal navigation can flatten vertical hierarchies and make access to related data items faster and more enjoyable. Swipe views allow the user to efficiently move from item to item using a simple gesture and thereby make diff --git a/docs/html/design/patterns/widgets.jd b/docs/html/design/patterns/widgets.jd index 953c125..654cf37 100644 --- a/docs/html/design/patterns/widgets.jd +++ b/docs/html/design/patterns/widgets.jd @@ -9,7 +9,7 @@ page.tags=appwidget,home </div> </a> -<p>Widgets are an essential aspect of home screen customization. You can imagine them as "at-a-glance" views of an app's most important data and functionality that is accessible right from the user's home screen. Users can move widgets across their home screen panels, and, if supported, resize them to tailor the amount of information within a widget to their preference.</p> +<p itemprop="description">Widgets are an essential aspect of home screen customization. You can imagine them as "at-a-glance" views of an app's most important data and functionality that is accessible right from the user's home screen. Users can move widgets across their home screen panels, and, if supported, resize them to tailor the amount of information within a widget to their preference.</p> <h2>Widget types</h2> <p>As you begin planning your widget, think about what kind of widget you're trying to build. Widgets typically fall into one of the following categories:</p> |