Android自定义Behavior——知乎主页效果
前言
在使用CoordinatorLayout的时候,通常会在子空间中添加layout_behavior来达到某种效果。例如在该布局下使用RecyclerView时,需要在布局文件中添加
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
实现RecyclerView始终处于Toolbar底部。
原始布局
先仿照知乎首页界面实现,该界面顶部为Toolbar,中间为Recycl
原创
2020-09-08 17:44:00 ·
930 阅读 ·
0 评论