Android listview(recyclerView)如何覆盖Google I / O应用程序或Play商店等第一个单元格

时间:2014-08-07 15:07:24

标签: android android-listview google-play

图片可能会告诉我想要什么: 我没有足够的声誉所以请检查此链接。 http://ww3.sinaimg.cn/large/005yyi5Jjw1ej4gsxduwej31h70h245u.jpg 向上滚动列表时,图像也会在后台以不同的速度向上滚动。 Play商店和Google I / O 2014应用程序具有此效果。 使用recyclerView和自定义布局管理器? 谢谢! 抱歉我的英语不好。

2 个答案:

答案 0 :(得分:0)

可能您已经注意到了,但I / O应用程序的源代码已经发布。 https://github.com/google/iosched

答案 1 :(得分:0)

看到这篇文章: http://flavienlaurent.com/blog/2013/11/20/making-your-action-bar-not-boring/

和这个回答:Is there an addHeaderView equivalent for RecyclerView?

它正在使用setTranslationY,但您也可以在您提供的图片上使用setHeight

手(以及头顶上方的空间)逐渐消失,因为高度发生变化,ImageView中的图像为centerCrop。 我不确定这是否是确切的代码,但看起来足够接近:https://github.com/google/iosched/blob/master/android/src/main/res/layout/activity_session_detail.xml#L43