enterAlwaysCollapsed 有什么用
what is the use of enterAlwaysCollapsed
我正在学习Support Design liabrary.I 无法理解enterAlwaysCollapsed.It 的使用似乎会影响pull down,但我试过并没有发现任何变化。
那么,enterAlwaysCollapsed有什么用,能给个演示吗?
我自己回答吧。
首先 activity 主题是 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。
最后使用滚动标志 scroll|enterAlways|enterAlwaysCollapsed.
最终效果如下
我正在学习Support Design liabrary.I 无法理解enterAlwaysCollapsed.It 的使用似乎会影响pull down,但我试过并没有发现任何变化。 那么,enterAlwaysCollapsed有什么用,能给个演示吗?
我自己回答吧。 首先 activity 主题是 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。
最后使用滚动标志 scroll|enterAlways|enterAlwaysCollapsed.
最终效果如下