How to Make EditText Box Height Expand

前端 未结 6 909
眼角桃花
眼角桃花 2020-12-12 20:11

Here is my layout:




        
6条回答
  •  借酒劲吻你
    2020-12-12 20:43

    Assume that you just want to have one line at first then expand it to 5 lines and you want to have maximum 10 lines.

    
    

    By increasing android:lines you can define expand it how many lines.

提交回复
热议问题