对边距的影响?

Posted

技术标签:

【中文标题】对边距的影响?【英文标题】:Effect with margins? 【发布时间】:2019-05-18 03:37:46 【问题描述】:

设计是一个Linearlayout,里面有一个cardivew和一个背景颜色,就这么简单。

通过单击任何视图(视图 1、视图 2 ...)动态添加其他布局。这些新布局“推动”了包含 Cardview 的 Linearlayout。我认为这不会影响我想要达到的效果。

我想得到你在下一张图片中看到的效果。

有什么想法吗?

【问题讨论】:

【参考方案1】:

为此,您需要使用 ConstraintLayout

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout 
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_
android:layout_>

  <android.support.v7.widget.CardView
    android:id="@+id/abc"
    android:layout_
    android:layout_
    app:layout_constraintTop_toTopOf="linearLayout"
    app:layout_constraintBottom_toTopOf="linearLayout"/>

   <LinearLayout>
   ....Your Layout Code.....
   </LinearLayout/>

</android.support.constraint.ConstraintLayout>

【讨论】:

以上是关于对边距的影响?的主要内容,如果未能解决你的问题,请参考以下文章

浏览器对边距的支持:自动

内边距,外边距说明-----壹

如何增加vim中行号边距的间距?

html所有关于内边距外边距的标签属性

5_常见样式-padding

Web前端CSS-盒子模型