本文主要是介绍Android list列表滑动显示隐藏toolbar(RecyleView),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
在之前一篇博客中,讨论了Android list列表滑动显示隐藏toolbar(listview),实现是google plus的效果。
如果想要类似google photos的效果,更简单:
只要在ToolBar里增加一句就可以:
app:layout_scrollFlags="scroll|enterAlways|snap"
<?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
这篇关于Android list列表滑动显示隐藏toolbar(RecyleView)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!