Allow multi-line in EditText view in Android?

前端 未结 15 1713
既然无缘
既然无缘 2020-11-28 17:40

How to allow multi-line in Android\'s EditText view?

15条回答
  •  無奈伤痛
    2020-11-28 18:02

    if some one is using AppCompatEditText then you need to set inputType="textMultiLine" here is the code you can copy


       
    

    for background

       
       
       
       
       
    

提交回复
热议问题