Home | History | Annotate | Download | only in appendix

Lines Matching full:dialog

96     <dt id="dialog">Dialog</dt> <dd> A floating window that that acts as a lightweight
97 form. A dialog can have button controls only and is intended to perform a
98 simple action (such as button choice) and perhaps return a value. A dialog
100 or perform complex actions. Android provides a default simple dialog for
101 you with optional buttons, though you can define your own dialog layout.
102 The base class for dialogs is {@link android.app.Dialog Dialog}.
247 most layout components of an Activity or Dialog screen (text boxes,
287 menus, and so on). Dialog and Activity use an implementation of this class