* commit 'd95cad7c8acd83f50cc0b9567da68f80d454afb0': add search tags to Design building blocks
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
page.title=Progress & Activity
|
page.title=Progress & 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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user