Default inputType of EditText in android -


suppose have edittext in layout.

<edittext     android:id="@+id/username"     android:layout_width="fill_parent"     android:layout_height="wrap_content"     android:hint="@string/username"     /> 

we can set inputtype edittext text, number, phone, textpassword, etc. inputtype of edittext default?

it text no special options. type_class_text


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -