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 应该让 listView 垂直收缩,这样它就不会干扰内容。否则,当项目列表很长时,listView 永远不应该超过 editText。应该避免像您在图像中看到的那样。
如何才能做到这一点?
您使用约束或相对布局作为父级,并添加将列表视图放置在编辑视图上方的约束/规则。