我可以将绝对布局放入滚动视图中吗?
我正在使用绝对布局,并且我需要该布局中的滚动视图。 我怎样才能在其中添加滚动视图。 如果可以请给我一个例子。 或者我可以更改为类似于绝对布局的任何其他布局以启用滚动视图。 请分享。
I am using a absolutelayout and i need scrollview in that layout.
How can i add scrollview in that.
If can please provide me a example.
Or can i change to any other layout similar to absolutelayout to enable scrollview.
Please share.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用FrameLayout。使用内部元素的边距设置坐标
Try to use FrameLayout. to set coordinates use margins of inner elements
使用LinearLayout。它与 ScrollView 完美配合。
Use
LinearLayout
. It works perfectly with ScrollView.