android EditView不换行的原因

1、设了单行属性android:singleLine="true";

2、设了输入类型android:inputType="xxx";

你可能感兴趣的:(android)