diff options
| -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/app-structure.jd | 1 | ||||
| -rw-r--r-- | docs/html/design/patterns/confirming-acknowledging.jd | 1 | ||||
| -rw-r--r-- | docs/html/design/patterns/gestures.jd | 1 | ||||
| -rw-r--r-- | docs/html/design/patterns/multi-pane-layouts.jd | 1 | ||||
| -rw-r--r-- | docs/html/design/patterns/navigation.jd | 1 | ||||
| -rw-r--r-- | docs/html/design/patterns/notifications.jd | 1 | ||||
| -rw-r--r-- | docs/html/design/patterns/selection.jd | 1 | ||||
| -rw-r--r-- | docs/html/design/patterns/settings.jd | 1 | ||||
| -rw-r--r-- | docs/html/design/patterns/swipe-views.jd | 1 | ||||
| -rw-r--r-- | docs/html/design/patterns/widgets.jd | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/docs/html/design/patterns/accessibility.jd b/docs/html/design/patterns/accessibility.jd index 2c3333f4d6ac..edf38432a8aa 100644 --- a/docs/html/design/patterns/accessibility.jd +++ b/docs/html/design/patterns/accessibility.jd @@ -1,4 +1,5 @@ page.title=Accessibility +page.tags="accessibility","navigation" @jd:body <p>One of Android's missions is to organize the world's information and make it universally accessible and useful. Accessibility is the measure of how successfully a product can be used by people with varying abilities. Our mission applies to all users-including people with disabilities such as visual impairment, color deficiency, hearing loss, and limited dexterity.</p> diff --git a/docs/html/design/patterns/actionbar.jd b/docs/html/design/patterns/actionbar.jd index 265ccde1bc6d..da9c3c3e3fc0 100644 --- a/docs/html/design/patterns/actionbar.jd +++ b/docs/html/design/patterns/actionbar.jd @@ -1,4 +1,5 @@ page.title=Action Bar +page.tags="actionbar","navigation" @jd:body <img src="{@docRoot}design/media/action_bar_pattern_overview.png"> diff --git a/docs/html/design/patterns/app-structure.jd b/docs/html/design/patterns/app-structure.jd index 04af57bea2dd..e1bb81992e0a 100644 --- a/docs/html/design/patterns/app-structure.jd +++ b/docs/html/design/patterns/app-structure.jd @@ -1,4 +1,5 @@ page.title=Application Structure +page.tags="navigation","layout" @jd:body <p>Apps come in many varieties that address very different needs. For example:</p> diff --git a/docs/html/design/patterns/confirming-acknowledging.jd b/docs/html/design/patterns/confirming-acknowledging.jd index ce0631bad500..f2e88eca7f41 100644 --- a/docs/html/design/patterns/confirming-acknowledging.jd +++ b/docs/html/design/patterns/confirming-acknowledging.jd @@ -1,4 +1,5 @@ page.title=Confirming & Acknowledging +page.tags="dialog","toast" @jd:body <p>In some situations, when a user invokes an action in your app, it's a good idea to <em>confirm</em> or <em>acknowledge</em> that action through text.</p> diff --git a/docs/html/design/patterns/gestures.jd b/docs/html/design/patterns/gestures.jd index e579cee1aed5..3ef133d20b37 100644 --- a/docs/html/design/patterns/gestures.jd +++ b/docs/html/design/patterns/gestures.jd @@ -1,4 +1,5 @@ page.title=Gestures +page.tags="gesture","input" @jd:body <p>Gestures allow users to interact with your app by manipulating the screen objects you provide. The diff --git a/docs/html/design/patterns/multi-pane-layouts.jd b/docs/html/design/patterns/multi-pane-layouts.jd index e607676152e0..cbf29cb0f557 100644 --- a/docs/html/design/patterns/multi-pane-layouts.jd +++ b/docs/html/design/patterns/multi-pane-layouts.jd @@ -1,4 +1,5 @@ page.title=Multi-pane Layouts +page.tags="tablet","navigation","layout","fragment" @jd:body <p>When writing an app for Android, keep in mind that Android devices come in many different screen diff --git a/docs/html/design/patterns/navigation.jd b/docs/html/design/patterns/navigation.jd index 656e6e5338fa..36debbef949c 100644 --- a/docs/html/design/patterns/navigation.jd +++ b/docs/html/design/patterns/navigation.jd @@ -1,4 +1,5 @@ page.title=Navigation with Back and Up +page.tags="navigation","activity" @jd:body <p>Consistent navigation is an essential component of the overall user experience. Few things frustrate diff --git a/docs/html/design/patterns/notifications.jd b/docs/html/design/patterns/notifications.jd index 0665774a563a..3ae827e70450 100644 --- a/docs/html/design/patterns/notifications.jd +++ b/docs/html/design/patterns/notifications.jd @@ -1,4 +1,5 @@ page.title=Notifications +page.tags="notification" @jd:body <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> diff --git a/docs/html/design/patterns/selection.jd b/docs/html/design/patterns/selection.jd index e9d22e641f82..682ce5689f04 100644 --- a/docs/html/design/patterns/selection.jd +++ b/docs/html/design/patterns/selection.jd @@ -1,4 +1,5 @@ page.title=Selection +page.tags="actionmode","navigation" @jd:body <p>Android 3.0 changed the <em>long press</em> gesture—that is, a touch that's held in the same position for a moment—to be the global gesture to select data.. This affects the way you should diff --git a/docs/html/design/patterns/settings.jd b/docs/html/design/patterns/settings.jd index fef7585ac7de..f86cd39367f1 100644 --- a/docs/html/design/patterns/settings.jd +++ b/docs/html/design/patterns/settings.jd @@ -1,4 +1,5 @@ page.title=Settings +page.tags="settings","preferences" @jd:body <p>Settings is a place in your app where users indicate their preferences for how your app should diff --git a/docs/html/design/patterns/swipe-views.jd b/docs/html/design/patterns/swipe-views.jd index daddd31e4730..b86d990007e8 100644 --- a/docs/html/design/patterns/swipe-views.jd +++ b/docs/html/design/patterns/swipe-views.jd @@ -1,4 +1,5 @@ page.title=Swipe Views +page.tags="viewpager","navigation" @jd:body <p>Efficient navigation is one of the cornerstones of a well-designed app. While apps are generally diff --git a/docs/html/design/patterns/widgets.jd b/docs/html/design/patterns/widgets.jd index 54726b1b530b..a5979ce9ad80 100644 --- a/docs/html/design/patterns/widgets.jd +++ b/docs/html/design/patterns/widgets.jd @@ -1,4 +1,5 @@ page.title=Widgets +page.tags="appwidget" @jd:body <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> |