片段:覆盖活动保证金

时间:2015-09-03 09:06:52

标签: java android xml android-fragments

我有几个不同片段的Activity容器。除一个片段外,所有片段应具有相同的边距。这应该没有余量。但是我该怎么做呢?

这是我的 activity_container.xml:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/fragmentContainer"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_margin="15dp" />

此容器中的所有片段都有15dp的边距。但是有一个片段,应该有0 dp。片段必须在容器中。因此,仅为此片段创建容器是没有选择的。有人有想法解决这个问题吗?

1 个答案:

答案 0 :(得分:1)

与其他任何视图一样,片段无法在其容器外显示。

您唯一的选择是从相对布局中删除边距,并将其作为填充添加回单个片段布局