TextInputLayout.OnEditTextAttachedListener

public interface TextInputLayout.OnEditTextAttachedListener


Callback interface invoked when the view's EditText is attached, or from addOnEditTextAttachedListener if the edit text is already present.

Summary

Public methods

abstract void

Called when the EditText is attached, or from addOnEditTextAttachedListener if the edit text is already present.

Public methods

onEditTextAttached

abstract void onEditTextAttached(TextInputLayout textInputLayout)

Called when the EditText is attached, or from addOnEditTextAttachedListener if the edit text is already present.

Parameters
TextInputLayout textInputLayout

the TextInputLayout