地图和BottomSheet分为一个片段

时间:2019-03-16 13:22:22

标签: android android-layout android-fragments android-xml android-coordinatorlayout

我有一个活动应用程序,其中我为每个片段替换content_main。

<android.support.design.widget.CoordinatorLayout>
   <android.support.design.widget.AppBarLayout>
      <android.support.v7.widget.Toolbar>

    <include layout="@layout/content_main"/>

</android.support.design.widget.CoordinatorLayout>

现在,我想添加另一个包含地图和BottomSheet的片段。我看到的示例是在主要内容之后添加另一个<include layout="@layout/bottom_sheet"/>。 因此,此片段应充实他的主要内容和他的BottomSheet。 在一个片段中包含两个“包含”而不嵌套在另一个视图(线性,约束...)中的正确方法是什么?

0 个答案:

没有答案