Merge "Doc change: fix busted link to DatePicker tutorial." into honeycomb

This commit is contained in:
Dirk Dougherty
2011-01-18 10:16:31 -08:00
committed by Android (Google) Code Review

View File

@@ -46,8 +46,8 @@ import java.util.TimeZone;
* displayed. Also the minimal and maximal date from which dates to be selected
* can be customized.
* <p>
* See the <a href="{@docRoot}
* resources/tutorials/views/hello-datepicker.html">Date Picker tutorial</a>.
* See the <a href="{@docRoot}resources/tutorials/views/hello-datepicker.html">Date
* Picker tutorial</a>.
* </p>
* <p>
* For a dialog using this view, see {@link android.app.DatePickerDialog}.