How to allow multi-line in Android\'s EditText view?
EditText
if some one is using AppCompatEditText then you need to set inputType="textMultiLine" here is the code you can copy
for background