Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将数据直接从远程数据库加载到编辑框中,问题是当有很多数据时,它会将文本发送到屏幕外而不是开始新行。我在edittext中放了marginRight = size等,但仍然继续?任何帮助谢谢
在xml文件中选择属性android:singleLine="false",也android:maxLines="10",10不是强制性的,可以根据你的变化。
android:singleLine="false"
android:maxLines="10"