约束 EditText
我想做以下事情:无法调整 EditText 小部件的大小。因为当我输入一个长字符串时,我所有的布局结构都会崩溃,因为 EditText 占据了整个屏幕。有什么建议吗?
I want to do the following thing: be not able to resize the EditText widget. Because when I enter a long string, all my layout structure is crashing down, because the EditText occupies the whole screen. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
一起使用 singleLine 和 Layoutwidth(固定大小)属性。
看这个:
试试这个。
Use singleLine and Layoutwidth(with fix size) property together.
See this:
Try this.
首先定义Scroll,然后定义Layout,然后定义EditText。像这样
我希望你能找到解决方案。
Firstly define Scroll then Layout and then EditText. Like This
I hope you will find solution.
使 EditText 位于一行中..这是一个示例。
make the EditText to be in a single Line.. here is an example.