android ConstraintLayout不允许负边距

android ConstraintLayout不允许负边距,第1张

概述我相对于布局指南定位了很多项目, 并且希望几乎相对于此布局指南定位新项目. 我尝试使用负布局边距但没有成功. 这是一个讨论ConstraintLayout中负边距的 blog posting. Using Spaces for negative margins A view in a ConstraintLayout cannot have negative margins (it’s not s 我相对于布局指南定位了很多项目,
并且希望几乎相对于此布局指南定位新项目.

我尝试使用负布局边距但没有成功.

解决方法 这是一个讨论ConstraintLayout中负边距的 blog posting.

Using Spaces for negative margins

A vIEw in a ConstraintLayout cannot have negative margins (it’s not supported). However,with an easy trick you can have similar functionality by inserting a Space (which is essentially an empty VIEw) and setting its size to the margin you want.

总结

以上是内存溢出为你收集整理的android ConstraintLayout不允许负边距全部内容,希望文章能够帮你解决android ConstraintLayout不允许负边距所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1133043.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存