summaryrefslogtreecommitdiffstats
path: root/docs/html/design/building-blocks/pickers.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/design/building-blocks/pickers.jd')
-rw-r--r--docs/html/design/building-blocks/pickers.jd7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/html/design/building-blocks/pickers.jd b/docs/html/design/building-blocks/pickers.jd
index e3cf642..b328df9 100644
--- a/docs/html/design/building-blocks/pickers.jd
+++ b/docs/html/design/building-blocks/pickers.jd
@@ -29,3 +29,10 @@ app helps ensure that a user's specification of a data or time input is valid an
correctly. The format of a time and date picker adjusts automatically to the locale.</p>
<img src="{@docRoot}design/media/picker_datetime.png">
+
+
+<div class="note develop">
+<p><strong>Developer Guide</strong></p>
+ <p>For information about how to create date and time pickers,
+ see the <a href="{@docRoot}guide/topics/ui/controls/pickers.html">Pickers</a> API guide.</p>
+</div>