Android - 在CoordinatorLayout中设置可见性时出现问题

时间:2015-10-01 22:17:38

标签: android android-linearlayout android-coordinatorlayout

当我使用CoordinatorLayout作为父视图将可见性更改为GONE时,AppBarLayout已经发生,但是当我使用LinearLayout时,我没有遇到此问题。

我想在滚动RecyclerView时使用CoordinatorLayout来滑动AppBarLayout。

enter image description here

1 个答案:

答案 0 :(得分:1)

首先在AppBarLayout中添加:

app:layout_scrollFlags="scroll"

并在FrameLayout中添加:

app:layout_behavior="@string/appbar_scrolling_view_behavior"