|
TextEdit Import import android.widget.EditText; Restrict to a single line android:singleLine="true" Use to enter passwords android:inputType="textPassword" Use to enter emails android:inputType="textEmailAddress" Use full width android:layout_width="match_parent" |