EditTextPreference.OnAddEditTextToDialogView(View, EditText) Method

Definition

Caution

deprecated

Adds the EditText widget of this preference to the dialog's view.

[Android.Runtime.Register("onAddEditTextToDialogView", "(Landroid/view/View;Landroid/widget/EditText;)V", "GetOnAddEditTextToDialogView_Landroid_view_View_Landroid_widget_EditText_Handler")]
[System.Obsolete("deprecated")]
protected virtual void OnAddEditTextToDialogView (Android.Views.View? dialogView, Android.Widget.EditText? editText);
[<Android.Runtime.Register("onAddEditTextToDialogView", "(Landroid/view/View;Landroid/widget/EditText;)V", "GetOnAddEditTextToDialogView_Landroid_view_View_Landroid_widget_EditText_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member OnAddEditTextToDialogView : Android.Views.View * Android.Widget.EditText -> unit
override this.OnAddEditTextToDialogView : Android.Views.View * Android.Widget.EditText -> unit

Parameters

dialogView
View

The dialog view.

editText
EditText
Attributes

Remarks

Java documentation for android.preference.EditTextPreference.onAddEditTextToDialogView(android.view.View, android.widget.EditText).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to