enterAlwaysCollapsed的用途是什么

时间:2016-09-13 05:39:34

标签: android androiddesignsupport android-appbarlayout

我正在研究支持设计liabrary.I无法理解enterAlwaysCollapsed的使用。它似乎会对拉下来产生影响,但我试着找不到任何改变。 那么,enterAlwaysCollapsed的用途是什么,你能给我看一个演示吗?

1 个答案:

答案 0 :(得分:0)

我自己回答一下。 首先,活动主题是AppTheme。

    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
    <!-- Customize your theme here. -->
    <item name="colorPrimary">@color/colorPrimary</item>
    <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
    <item name="colorAccent">@color/colorAccent</item>
</style>

然后不要在xml中设置fitsSystemWindows 最后使用滚动标志滚动| enterAlways | enterAlwaysCollapsed 最终效果低于

enter image description here