
This supplies an identifier name for this view. This defines text that briefly describes content of the view. This is a drawable to use as the background. If set, specifies that this TextView has an input method. This is the drawable to be drawn to the right of the text. This is the drawable to be drawn below the text. If set, specifies that this TextView has a textual input method and automatically corrects some common spelling errors. You can check Android official documentation for complete list of attributes and related methods which you can use to change these attributes are run time. Styles of edit text EditText Attributesįollowing are the important attributes related to EditText control.

It is the predefined subclass of TextView that includes rich editing capabilities. A EditText is an overlay over TextView that configures itself to be editable.
