OSDN Git Service

add search tags to Design building blocks
authorScott Main <smain@google.com>
Mon, 18 Mar 2013 21:52:45 +0000 (14:52 -0700)
committerScott Main <smain@google.com>
Mon, 18 Mar 2013 22:05:32 +0000 (15:05 -0700)
Change-Id: If23fdd1a29ea9ee5edf20e4b39d512c9b8ba02f5

12 files changed:
docs/html/design/building-blocks/buttons.jd
docs/html/design/building-blocks/dialogs.jd
docs/html/design/building-blocks/grid-lists.jd
docs/html/design/building-blocks/lists.jd
docs/html/design/building-blocks/pickers.jd
docs/html/design/building-blocks/progress.jd
docs/html/design/building-blocks/scrolling.jd
docs/html/design/building-blocks/seek-bars.jd
docs/html/design/building-blocks/spinners.jd
docs/html/design/building-blocks/switches.jd
docs/html/design/building-blocks/tabs.jd
docs/html/design/building-blocks/text-fields.jd

index 82e2477..9e82ed4 100644 (file)
@@ -1,4 +1,5 @@
 page.title=Buttons
+page.tags="button"
 @jd:body
 
 <p>A button consists of text and/or an image that clearly communicates what action will occur when the
index a2ece2e..2f6ca27 100644 (file)
@@ -1,4 +1,5 @@
 page.title=Dialogs
+page.tags="dialog","alert","popup","toast"
 @jd:body
 
 <p>Dialogs prompt the user for decisions or additional information required by the app to continue a
index 775ebcc..69a43b1 100644 (file)
@@ -1,4 +1,5 @@
 page.title=Grid Lists
+page.tags="gridview","layout"
 @jd:body
 
 <img src="{@docRoot}design/media/gridview_overview.png">
index aaa86b8..16927a6 100644 (file)
@@ -1,4 +1,5 @@
 page.title=Lists
+page.tags="listview","layout"
 @jd:body
 
 <p>Lists present multiple line items in a vertical arrangement. They can be used for data selection as
index b328df9..47363d0 100644 (file)
@@ -1,4 +1,5 @@
 page.title=Pickers
+page.tags="datepicker","timepicker"
 @jd:body
 
 <p>Pickers provide a simple way to select a single value from a set. In addition to touching the
index 7342387..96cc1af 100644 (file)
@@ -1,4 +1,5 @@
 page.title=Progress &amp; Activity
+page.tags="progressbar"
 @jd:body
 
 <p>Progress bars and activity indicators signal to users that something is happening that will take a moment.</p>
index 7695157..66999f9 100644 (file)
@@ -1,4 +1,5 @@
 page.title=Scrolling
+page.tags="scrollview","listview"
 @jd:body
 
 <p>Scrolling allows the user to navigate to content in the overflow using a swipe gesture. The
index 3407ddd..9d38e36 100644 (file)
@@ -1,4 +1,5 @@
 page.title=Seek Bars and Sliders
+page.tags="seekbar","progressbar"
 @jd:body
 
 <p>Interactive sliders make it possible to select a value from a continuous or discrete range of values
index 279565f..8c80b91 100644 (file)
@@ -1,4 +1,5 @@
 page.title=Spinners
+page.tags="spinner","drop down"
 @jd:body
 
 <p>Spinners provide a quick way to select one value from a set. In the default state, a spinner shows
index d9cfd07..6386bdf 100644 (file)
@@ -1,4 +1,5 @@
 page.title=Switches
+page.tags="switch","checkbox","radiobutton"
 @jd:body
 
 <p>Switches allow the user to select options. There are three kinds of switches: checkboxes, radio
index 0a0f907..1fe2c62 100644 (file)
@@ -1,4 +1,5 @@
 page.title=Tabs
+page.tags="tabs","action bar","navigation"
 @jd:body
 
 <img src="{@docRoot}design/media/tabs_overview.png">
index 563f247..c1bed78 100644 (file)
@@ -1,4 +1,5 @@
 page.title=Text Fields
+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.