diff options
| author | Dirk Dougherty <ddougherty@google.com> | 2014-02-12 23:43:56 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-02-12 23:43:56 +0000 |
| commit | 958a7f725d9d01415fe33ed2ec35eec72a6d66e3 (patch) | |
| tree | b24e4d7441443a9faf1bbaec7f31c7eecb4fc5b3 /docs/html/design/patterns | |
| parent | 577570f29919da32e2b616dbab1e52fadabcb315 (diff) | |
| parent | 35ad8886f230d4bde4ea4cb2df9f07cf213c7cd1 (diff) | |
| download | frameworks_base-958a7f725d9d01415fe33ed2ec35eec72a6d66e3.zip frameworks_base-958a7f725d9d01415fe33ed2ec35eec72a6d66e3.tar.gz frameworks_base-958a7f725d9d01415fe33ed2ec35eec72a6d66e3.tar.bz2 | |
am 35ad8886: am acec746b: am 55362018: am 271c8f12: Merge "Doc change: minor edits to support easier extraction of document summaries." into klp-docs
* commit '35ad8886f230d4bde4ea4cb2df9f07cf213c7cd1':
Doc change: minor edits to support easier extraction of document summaries.
Diffstat (limited to 'docs/html/design/patterns')
| -rw-r--r-- | docs/html/design/patterns/accessibility.jd | 1 | ||||
| -rw-r--r-- | docs/html/design/patterns/actionbar.jd | 1 | ||||
| -rw-r--r-- | docs/html/design/patterns/compatibility.jd | 1 | ||||
| -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 | 10 | ||||
| -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, 20 insertions, 14 deletions
diff --git a/docs/html/design/patterns/accessibility.jd b/docs/html/design/patterns/accessibility.jd index 532900e..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.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"> diff --git a/docs/html/design/patterns/actionbar.jd b/docs/html/design/patterns/actionbar.jd index b6e3a16..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.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"> diff --git a/docs/html/design/patterns/compatibility.jd b/docs/html/design/patterns/compatibility.jd index 5ca6d8b..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.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 ad5742d..e47bc5a 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 06c8189..6071ef3 100644 --- a/docs/html/design/patterns/multi-pane-layouts.jd +++ b/docs/html/design/patterns/multi-pane-layouts.jd @@ -1,8 +1,8 @@ page.title=Multi-pane Layouts 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 - <a class="notice-developers" href="{@docRoot}training/basics/fragments/index.html"> <div> <h3>Developer Docs</h3> @@ -10,9 +10,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 6f2215a..3e60f66 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 973ffde..d0ad837 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 fa3e538..7e0485f 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 4c9fb88..46d6ffb8 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 87ebbb9..d08f178 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> |
