#878·BottomBar

害羞的行为不起作用

作者: swetaranipanda创建于 2017年11月30日更新于 2017年11月30日

<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_main" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginTop="13dp" tools:context=".fragment.WorkspaceActivity">

<FrameLayout
    android:id="@+id/frame_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_above="@+id/navigation"
    android:animateLayoutChanges="true"
    />

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

这是 xml 布局。当我滚动列表视图时,底部栏不会隐藏。

内容来源: roughike/BottomBar