Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11a72482 authored by Scott Main's avatar Scott Main Committed by Android (Google) Code Review
Browse files

Merge "docs: add links from widget classes to tutorials" into froyo

parents 0fe27cf5 41ec6535
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@ import java.util.Calendar;

/**
 * A simple dialog containing an {@link android.widget.DatePicker}.
 *
 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-datepicker.html">Date Picker
 * tutorial</a>.</p>
 */
public class DatePickerDialog extends AlertDialog implements OnClickListener, 
        OnDateChangedListener {
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ import java.util.Calendar;

/**
 * A dialog that prompts the user for the time of day using a {@link TimePicker}.
 *
 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-timepicker.html">Time Picker
 * tutorial</a>.</p>
 */
public class TimePickerDialog extends AlertDialog implements OnClickListener, 
        OnTimeChangedListener {
+3 −0
Original line number Diff line number Diff line
@@ -117,6 +117,9 @@ import junit.framework.Assert;
 * href="{@docRoot}guide/topics/manifest/manifest-element.html">{@code &lt;manifest&gt;}</a>
 * element.</p>
 *
 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-webview.html">Web View
 * tutorial</a>.</p>
 *
 * <h3>Basic usage</h3>
 *
 * <p>By default, a WebView provides no browser-like widgets, does not
+3 −0
Original line number Diff line number Diff line
@@ -76,6 +76,9 @@ import com.android.internal.R;
 * }
 * </pre>
 *
 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-autocomplete.html">Auto Complete
 * tutorial</a>.</p>
 *
 * @attr ref android.R.styleable#AutoCompleteTextView_completionHint
 * @attr ref android.R.styleable#AutoCompleteTextView_completionThreshold
 * @attr ref android.R.styleable#AutoCompleteTextView_completionHintView
+3 −0
Original line number Diff line number Diff line
@@ -48,6 +48,9 @@ import android.widget.RemoteViews.RemoteView;
 * }
 * </pre>
 *
 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-formstuff.html">Form Stuff
 * tutorial</a>.</p>
 *
 * <p><strong>XML attributes</strong></p>
 * <p> 
 * See {@link android.R.styleable#Button Button Attributes}, 
Loading