am 64d51032: moar doc tags for search suggestions (Design docs)

* commit '64d51032cc1f20ae496ba49ca975e822dea02b7c':
  moar doc tags for search suggestions (Design docs)
This commit is contained in:
Scott Main
2013-04-12 14:46:19 -07:00
committed by Android Git Automerger
23 changed files with 23 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
page.title=Buttons
page.tags="button"
page.tags="button","input"
@jd:body
<p>A button consists of text and/or an image that clearly communicates what action will occur when the

View File

@@ -1,5 +1,5 @@
page.title=Grid Lists
page.tags="gridview","layout"
page.tags="gridview","layout","listview"
@jd:body
<img src="{@docRoot}design/media/gridview_overview.png">

View File

@@ -1,5 +1,5 @@
page.title=Progress &amp; Activity
page.tags="progressbar"
page.tags="progressbar","download","network"
@jd:body
<p>Progress bars and activity indicators signal to users that something is happening that will take a moment.</p>

View File

@@ -1,5 +1,5 @@
page.title=Spinners
page.tags="spinner","drop down"
page.tags="spinner","dropdown"
@jd:body
<p>Spinners provide a quick way to select one value from a set. In the default state, a spinner shows

View File

@@ -1,5 +1,5 @@
page.title=Switches
page.tags="switch","checkbox","radiobutton"
page.tags="switch","checkbox","radiobutton","button"
@jd:body
<p>Switches allow the user to select options. There are three kinds of switches: checkboxes, radio

View File

@@ -1,5 +1,5 @@
page.title=Tabs
page.tags="tabs","action bar","navigation"
page.tags="tabs","actionbar","navigation","viewpager"
@jd:body
<img src="{@docRoot}design/media/tabs_overview.png">

View File

@@ -1,5 +1,5 @@
page.title=Text Fields
page.tags="text","edittext","input",
page.tags="text","edittext","input"
@jd:body
<p>Text fields allow the user to type text into your app. They can be either single line or multi-line.

View File

@@ -1,5 +1,5 @@
page.title=Accessibility
page.tags="accessibility","navigation"
page.tags="accessibility","navigation","input"
@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>

View File

@@ -1,5 +1,5 @@
page.title=Application Structure
page.tags="navigation","layout"
page.tags="navigation","layout","tablet"
@jd:body
<p>Apps come in many varieties that address very different needs. For example:</p>

View File

@@ -1,4 +1,5 @@
page.title=Backwards Compatibility
page.tags="support"
@jd:body
<p>Significant changes in Android 3.0 included:</p>

View File

@@ -1,5 +1,5 @@
page.title=Confirming &amp; Acknowledging
page.tags="dialog","toast"
page.tags="dialog","toast","notification"
@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>

View File

@@ -1,5 +1,5 @@
page.title=Gestures
page.tags="gesture","input"
page.tags="gesture","input","touch"
@jd:body
<p>Gestures allow users to interact with your app by manipulating the screen objects you provide. The

View File

@@ -1,4 +1,5 @@
page.title=Help
page.tags="settings","preferences"
@jd:body
<p>We wish we could guarantee that if you follow every piece of advice on this website, everyone will be able to learn and use your app without a hitch. Sadly, that's not the case.</p>

View File

@@ -1,5 +1,5 @@
page.title=Navigation with Back and Up
page.tags="navigation","activity"
page.tags="navigation","activity","task"
@jd:body
<p>Consistent navigation is an essential component of the overall user experience. Few things frustrate

View File

@@ -1,5 +1,5 @@
page.title=Selection
page.tags="actionmode","navigation"
page.tags="actionmode","navigation","contextual"
@jd:body
<p>Android 3.0 changed the <em>long press</em> gesture&mdash;that is, a touch that's held in the same position for a moment&mdash;to be the global gesture to select data.. This affects the way you should

View File

@@ -1,5 +1,5 @@
page.title=Settings
page.tags="settings","preferences"
page.tags="preferences","sharedpreferences"
@jd:body
<p>Settings is a place in your app where users indicate their preferences for how your app should

View File

@@ -1,5 +1,5 @@
page.title=Swipe Views
page.tags="viewpager","navigation"
page.tags="viewpager","navigation","tabs"
@jd:body
<p>Efficient navigation is one of the cornerstones of a well-designed app. While apps are generally

View File

@@ -1,5 +1,5 @@
page.title=Widgets
page.tags="appwidget"
page.tags="appwidget","home"
@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>

View File

@@ -1,4 +1,5 @@
page.title=Iconography
page.tags="icons"
@jd:body
<img src="{@docRoot}design/media/iconography_overview.png">

View File

@@ -1,4 +1,5 @@
page.title=Metrics and Grids
page.tags="layout","screens"
@jd:body
<p>Devices vary not only in physical size, but also in screen density (<acronym title="Dots per

View File

@@ -1,4 +1,5 @@
page.title=Touch Feedback
page.tags="input","button"
@jd:body
<div class="layout-content-row" style="margin-bottom: -100px">

View File

@@ -1,4 +1,5 @@
page.title=Typography
page.tags="textview","font"
@jd:body
<div class="layout-content-row">

View File

@@ -1,4 +1,5 @@
page.title=Writing Style
page.tags="dialog","toast","notification"
@jd:body
<p>When choosing words for your app:</p>