am d95cad7c: am 1a7ad2cb: am be06c28e: am 36c27c4a: add search tags to Design building blocks

* commit 'd95cad7c8acd83f50cc0b9567da68f80d454afb0':
  add search tags to Design building blocks
This commit is contained in:
Scott Main
2013-03-18 15:24:56 -07:00
committed by Android Git Automerger
12 changed files with 12 additions and 0 deletions

View File

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

View File

@@ -1,4 +1,5 @@
page.title=Dialogs page.title=Dialogs
page.tags="dialog","alert","popup","toast"
@jd:body @jd:body
<p>Dialogs prompt the user for decisions or additional information required by the app to continue a <p>Dialogs prompt the user for decisions or additional information required by the app to continue a

View File

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

View File

@@ -1,4 +1,5 @@
page.title=Lists page.title=Lists
page.tags="listview","layout"
@jd:body @jd:body
<p>Lists present multiple line items in a vertical arrangement. They can be used for data selection as <p>Lists present multiple line items in a vertical arrangement. They can be used for data selection as

View File

@@ -1,4 +1,5 @@
page.title=Pickers page.title=Pickers
page.tags="datepicker","timepicker"
@jd:body @jd:body
<p>Pickers provide a simple way to select a single value from a set. In addition to touching the <p>Pickers provide a simple way to select a single value from a set. In addition to touching the

View File

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

View File

@@ -1,4 +1,5 @@
page.title=Scrolling page.title=Scrolling
page.tags="scrollview","listview"
@jd:body @jd:body
<p>Scrolling allows the user to navigate to content in the overflow using a swipe gesture. The <p>Scrolling allows the user to navigate to content in the overflow using a swipe gesture. The

View File

@@ -1,4 +1,5 @@
page.title=Seek Bars and Sliders page.title=Seek Bars and Sliders
page.tags="seekbar","progressbar"
@jd:body @jd:body
<p>Interactive sliders make it possible to select a value from a continuous or discrete range of values <p>Interactive sliders make it possible to select a value from a continuous or discrete range of values

View File

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

View File

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

View File

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

View File

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