android textview文字充满 文本框250像素高度

图片说明

https://www.jianshu.com/p/652eb9768611

input.height = 250px; 输入框高度
input.width = 960px; 输入框宽度

maxlength :6; 输入框最大字数
height : 250px; 字体高度
width : ?; 问号数值自定

width 定义 input 字段的宽度。

你看下https://www.jianshu.com/p/cbae4658d05d这篇文章,TextView有适用属性的