I know this question has already got an answer, but if you wish to get the same result via XML, change
android:inputType="text"
to
android:inputType="textMultiLine"
for a vertically scrollable EditText.
I know this question has already got an answer, but if you wish to get the same result via XML, change
android:inputType="text"
to
android:inputType="textMultiLine"
for a vertically scrollable EditText.